dect
/
asterisk
Archived
13
0
Fork 0

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
This commit is contained in:
kpfleming 2006-05-08 14:43:49 +00:00
parent dff3da58c2
commit 7dade312ab
1 changed files with 0 additions and 2 deletions

View File

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