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

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Sat Apr 29 08:15:21 MST 2006


Author: kpfleming
Date: Sat Apr 29 10:15:21 2006
New Revision: 23378

URL: http://svn.digium.com/view/asterisk?rev=23378&view=rev
Log:
add the other two files that should have been on this target... oops

Modified:
    trunk/utils/Makefile

Modified: trunk/utils/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/utils/Makefile?rev=23378&r1=23377&r2=23378&view=diff
==============================================================================
--- trunk/utils/Makefile (original)
+++ trunk/utils/Makefile Sat Apr 29 10:15:21 2006
@@ -57,7 +57,7 @@
 stereorize: stereorize.o frame.o
 	$(CC) $(CFLAGS) -o stereorize stereorize.o frame.o -lm
 
-.PHONY:	../pbx/ael/aelflex.o ../pbx/ael/aelbison.o ../pbx/pbx_ael.o
+.PHONY: ../ast_expr2.o ../ast_expr2f.o ../pbx/ael/aelflex.o ../pbx/ael/aelbison.o ../pbx/pbx_ael.o
 
 ast_expr2.o: ../ast_expr2.c
 	gcc  $(CFLAGS) -include ../include/autoconfig.h -c -o $@ $<



More information about the asterisk-commits mailing list