[svn-commits] trunk r25566 - /trunk/utils/Makefile
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Mon May 8 07:43:50 MST 2006
Author: kpfleming
Date: Mon May 8 09:43:49 2006
New Revision: 25566
URL: http://svn.digium.com/view/asterisk?rev=25566&view=rev
Log:
remove incorrect Makefile rule that was causing aelparse to be rebuilt unnecessarily
Modified:
trunk/utils/Makefile
Modified: trunk/utils/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/utils/Makefile?rev=25566&r1=25565&r2=25566&view=diff
==============================================================================
--- trunk/utils/Makefile (original)
+++ trunk/utils/Makefile Mon May 8 09:43:49 2006
@@ -57,8 +57,6 @@
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
-
../ast_expr2.c:
bison -o $@ -d --name-prefix=ast_yy ../ast_expr2.y
More information about the svn-commits
mailing list