summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-05-08 14:43:49 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-05-08 14:43:49 +0000
commitb4b36d6b83b7fa6b962aa89264929ec14fa5ddf9 (patch)
tree9b5c163cbbe2d94f16cef8264650f155505c460d /utils
parenta4e7ae15374d4cd82b29f25232e62db3b312a7a9 (diff)
remove incorrect Makefile rule that was causing aelparse to be rebuilt unnecessarily
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@25566 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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