Skip to content
Snippets Groups Projects
Commit b4b36d6b authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

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
parent a4e7ae15
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment