mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user