aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-08 14:43:49 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-08 14:43:49 +0000
commit7dade312ab7a85e77029caf72f02530b099d487e (patch)
tree9b5c163cbbe2d94f16cef8264650f155505c460d /utils
parentdff3da58c29450ce504ba4777eb99a790d57aea6 (diff)
remove incorrect Makefile rule that was causing aelparse to be rebuilt unnecessarily
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25566 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 249116f86..5b23445ed 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -57,8 +57,6 @@ astman: astman.o ../md5.o
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