aboutsummaryrefslogtreecommitdiffstats
path: root/utils/Makefile
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-19 14:17:30 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-19 14:17:30 +0000
commit3ee21aac93b0bfc9dae49eb3e04274bc5a490099 (patch)
treea31607ae5b4a38fe9ab15d27296053d273a80dd7 /utils/Makefile
parente2cff3939787eafa213a2db6bd7d056cbabc63f8 (diff)
Add strcompat dependency for check_expr (needed for platforms that don't have strndup)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@79980 f38db490-d61c-443f-a65b-d21fe96a405b
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 $< $@