[ekiga/gnome-2-26] [windows] Fix recompilation of ptlib and opal libraries



commit 540b3266bc1153dc4679d988eecf2592e43a7e25
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date:   Sun Apr 18 22:54:11 2010 +0200

    [windows] Fix recompilation of ptlib and opal libraries

 win32/Makefile |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/win32/Makefile b/win32/Makefile
index 9033523..76ccd44 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -323,7 +323,7 @@ update-sources::
 
 $(SIGC_DIR)/config.status: $(SRCDIR)/$(SIGC_ARCHIVE)
 	tar xfz $(SRCDIR)/$(SIGC_ARCHIVE)
-	(cd $(SIGC_DIR); ./configure $(confflags) --enable-shared)
+	cd $(SIGC_DIR); ./configure $(confflags) --enable-shared
 	touch $@
 
 $(LIBDIR)/libsigc++.a:  $(SIGC_DIR)/config.status
@@ -338,7 +338,7 @@ update-sources::
 
 $(EXPAT_DIR)/config.status: $(SRCDIR)/$(EXPAT_ARCHIVE)
 	tar xfz $(SRCDIR)/$(EXPAT_ARCHIVE)
-	(cd $(EXPAT_DIR); ./configure $(confflags))
+	cd $(EXPAT_DIR); ./configure $(confflags)
 	touch $@
 
 $(INCLUDEDIR)/expat.h:
@@ -365,7 +365,7 @@ $(OPENLDAP_DIR)/config.status: binaries $(OPENLDAP_DIR)/configure
 	#-$(MAKE) -C $(OPENLDAP_DIR) clean
 	rm -f $(LIBDIR)/libldap.dll
 	ln -sf $(INCLUDEDIR)/regex.h $(OPENLDAP_DIR)/include/
-	cd $(OPENLDAP_DIR);./configure --with-cyrus-sasl=no --enable-bdb=no --enable-hdb=no $(confflags)
+	cd $(OPENLDAP_DIR); ./configure --with-cyrus-sasl=no --enable-bdb=no --enable-hdb=no $(confflags)
 	$(MAKE) $(MAKEOPTS) -C $(OPENLDAP_DIR) depend
 	touch $@
 
@@ -393,6 +393,7 @@ ifeq ($(RELEASE),1)
 else
 	$(CP) -r $(SRCDIR)/$(PTLIB_ARCHIVE) $(PTLIB_DIR)
 endif
+	touch $@
 
 $(PTLIB_DIR)/config.status: binaries $(PTLIB_DIR)/configure
 	rm -f $(LIBDIR)/$(PTLIB_LIB)
@@ -529,6 +530,7 @@ ifeq ($(RELEASE),1)
 else
 	$(CP) -r $(SRCDIR)/$(OPAL_ARCHIVE) $(OPAL_DIR)
 endif
+	touch $@
 
 $(OPAL_DIR)/config.status: binaries $(OPAL_DIR)/configure
 	rm -f $(LIBDIR)/$(OPAL_LIB)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]