projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4e7ae1
)
remove incorrect Makefile rule that was causing aelparse to be rebuilt unnecessarily
author
Kevin P. Fleming
<kpfleming@digium.com>
Mon, 8 May 2006 14:43:49 +0000
(14:43 +0000)
committer
Kevin P. Fleming
<kpfleming@digium.com>
Mon, 8 May 2006 14:43:49 +0000
(14:43 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@25566
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
utils/Makefile
patch
|
blob
|
history
diff --git
a/utils/Makefile
b/utils/Makefile
index
249116f
..
5b23445
100644
(file)
--- 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