[Asterisk-cvs] asterisk Makefile,1.32,1.33

markster at lists.digium.com markster at lists.digium.com
Sat Sep 27 10:51:06 CDT 2003


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv32674

Modified Files:
	Makefile 
Log Message:
Fix build fix (bug #321)


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- Makefile	27 Sep 2003 02:32:30 -0000	1.32
+++ Makefile	27 Sep 2003 15:52:17 -0000	1.33
@@ -155,10 +155,11 @@
 editline/config.h:
 	cd editline && unset CFLAGS LIBS && ./configure ; \
 
-editline/libedit.a:
+editline/libedit.a: FORCE
+	cd editline && unset CFLAGS LIBS && test -f config.h || ./configure
 	$(MAKE) -C editline libedit.a
 
-db1-ast/libdb1.a: 
+db1-ast/libdb1.a: FORCE
 	@if [ -d db1-ast ]; then \
 		$(MAKE) -C db1-ast libdb1.a ; \
 	else \
@@ -194,7 +195,7 @@
 	./make_build_h
 endif
 
-stdtime/libtime.a:
+stdtime/libtime.a: FORCE
 	@if [ -d stdtime ]; then \
 		$(MAKE) -C stdtime libtime.a ; \
 	else \
@@ -415,3 +416,4 @@
 .depend:
 	./mkdep ${CFLAGS} `ls *.c`
 
+FORCE:




More information about the svn-commits mailing list