aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-29 15:15:21 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-29 15:15:21 +0000
commitc197a96d0fede6da50c056afe9c31741f9dd50dc (patch)
tree84a122f483d7eab6f3abc7f155216b657d12d0c0
parent9f605ef88f55d4f8cdc22096bf9524f4c6ab8149 (diff)
add the other two files that should have been on this target... oops
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23378 f38db490-d61c-443f-a65b-d21fe96a405b
-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 $@ $<