summaryrefslogtreecommitdiff
path: root/utils/Makefile
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2007-08-19 14:17:30 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2007-08-19 14:17:30 +0000
commit488f6973cdc4627313f3e810e339324da7f3684d (patch)
treea31607ae5b4a38fe9ab15d27296053d273a80dd7 /utils/Makefile
parent5923c7fe8c778c308a527cb3f8810b1fba5e326c (diff)
Add strcompat dependency for check_expr (needed for platforms that don't have strndup)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@79980 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 246eac266..296d24692 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -94,7 +94,7 @@ ast_expr2f.o: ASTCFLAGS+=-DSTANDALONE_AEL -I../main
pval.o : ASTCFLAGS+=-DSTANDALONE
-check_expr: check_expr.o ast_expr2.o ast_expr2f.o
+check_expr: check_expr.o ast_expr2.o ast_expr2f.o strcompat.o
aelbison.c: ../res/ael/ael.tab.c
@cp $< $@