[svn-commits] trunk r24213 - /trunk/utils/Makefile

svn-commits at lists.digium.com svn-commits at lists.digium.com
Tue May 2 10:17:20 MST 2006


Author: russell
Date: Tue May  2 12:17:19 2006
New Revision: 24213

URL: http://svn.digium.com/view/asterisk?rev=24213&view=rev
Log:
instead of just building local object files for ast_expr2.o and ast_expr2f.o,
actually link to them as well

Modified:
    trunk/utils/Makefile

Modified: trunk/utils/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/utils/Makefile?rev=24213&r1=24212&r2=24213&view=diff
==============================================================================
--- trunk/utils/Makefile (original)
+++ trunk/utils/Makefile Tue May  2 12:17:19 2006
@@ -69,7 +69,7 @@
 	$(CC) $(CFLAGS) -o $@ $^
 
 aelparse : ../pbx/ael/aelflex.o ../pbx/ael/aelbison.o ../pbx/pbx_ael.o ael_main.o ast_expr2f.o ast_expr2.o
-	$(CC) $(CFLAGS) -g -o aelparse ../pbx/ael/aelflex.o ../pbx/ael/aelbison.o ael_main.o ../pbx/pbx_ael.o ../ast_expr2f.o ../ast_expr2.o
+	$(CC) $(CFLAGS) -g -o aelparse ../pbx/ael/aelflex.o ../pbx/ael/aelbison.o ael_main.o ../pbx/pbx_ael.o ast_expr2f.o ast_expr2.o
 
 ael_main.o : ael_main.c ../include/asterisk/ael_structs.h
 	$(CC) $(CFLAGS) -c -g -o ael_main.o ael_main.c



More information about the svn-commits mailing list