From 488f6973cdc4627313f3e810e339324da7f3684d Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Sun, 19 Aug 2007 14:17:30 +0000 Subject: [PATCH] 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 --- utils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $< $@