summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-04-29 15:15:21 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-04-29 15:15:21 +0000
commit24f241bc72180f7f7846902234816d10ba32adc3 (patch)
tree84a122f483d7eab6f3abc7f155216b657d12d0c0 /utils
parent2d2b4aaba51803032013a83fe27778e74e518e5d (diff)
add the other two files that should have been on this target... oops
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23378 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile
index ef73d90b9..6fce65e61 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -57,7 +57,7 @@ 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
+.PHONY: ../ast_expr2.o ../ast_expr2f.o ../pbx/ael/aelflex.o ../pbx/ael/aelbison.o ../pbx/pbx_ael.o
ast_expr2.o: ../ast_expr2.c
gcc $(CFLAGS) -include ../include/autoconfig.h -c -o $@ $<