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
1.4
Kevin P. Fleming 19 years ago
parent a4e7ae1537
commit b4b36d6b83

@ -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

Loading…
Cancel
Save