From: Tilghman Lesher Date: Sun, 19 Aug 2007 14:17:30 +0000 (+0000) Subject: Add strcompat dependency for check_expr (needed for platforms that don't have strndup) X-Git-Tag: 1.6.0-beta1~3^2~1682 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=488f6973cdc4627313f3e810e339324da7f3684d;p=thirdparty%2Fasterisk.git 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 --- diff --git a/utils/Makefile b/utils/Makefile index 246eac2665..296d24692e 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 $< $@