[asterisk-commits] trunk r33869 - /trunk/utils/Makefile

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue Jun 13 08:11:30 MST 2006


Author: kpfleming
Date: Tue Jun 13 10:11:29 2006
New Revision: 33869

URL: http://svn.digium.com/view/asterisk?rev=33869&view=rev
Log:
minor fix

Modified:
    trunk/utils/Makefile

Modified: trunk/utils/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/utils/Makefile?rev=33869&r1=33868&r2=33869&view=diff
==============================================================================
--- trunk/utils/Makefile (original)
+++ trunk/utils/Makefile Tue Jun 13 10:11:29 2006
@@ -74,10 +74,10 @@
 	$(CC) $(CFLAGS) -o $@ $^
 
 aelflex.o: ../pbx/ael/ael_lex.c ../include/asterisk/ael_structs.h ../pbx/ael/ael.tab.h
-	$(CC) $(CFLAGS) -I../pbx/ -DSTANDALONE -c -o $@ $<
+	$(CC) $(CFLAGS) -I../pbx -DSTANDALONE -c -o $@ $<
 
 aelbison.o: ../pbx/ael/ael.tab.c ../pbx/ael/ael.tab.h ../include/asterisk/ael_structs.h
-	$(CC) $(CFLAGS) -I../pbx/ -c -o $@ $<
+	$(CC) $(CFLAGS) -I../pbx -c -o $@ $<
 
 pbx_ael.o: ../pbx/pbx_ael.c
 	$(CC) $(CFLAGS) -c -o $@ $<



More information about the asterisk-commits mailing list