[Asterisk-cvs] asterisk Makefile,1.87,1.88

markster at lists.digium.com markster at lists.digium.com
Thu May 20 02:55:52 CDT 2004


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

Modified Files:
	Makefile 
Log Message:
Fix compile order (bug #1682)


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- Makefile	17 May 2004 06:31:24 -0000	1.87
+++ Makefile	20 May 2004 07:08:31 -0000	1.88
@@ -250,7 +250,7 @@
 	fi
 
 asterisk: editline/libedit.a db1-ast/libdb1.a stdtime/libtime.a $(OBJS)
-	$(CC) $(DEBUG) -o asterisk $(ASTLINK) $(OBJS) $(LIBS) $(LIBEDIT) db1-ast/libdb1.a stdtime/libtime.a
+	$(CC) $(DEBUG) -o asterisk $(ASTLINK) $(OBJS) $(LIBEDIT) db1-ast/libdb1.a stdtime/libtime.a $(LIBS)
 
 muted: muted.o
 	$(CC) -o muted muted.o




More information about the svn-commits mailing list