Skip to content
Snippets Groups Projects
Commit 488f6973 authored by Tilghman Lesher's avatar Tilghman Lesher
Browse files

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
parent 5923c7fe
No related branches found
No related tags found
No related merge requests found
......@@ -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 $< $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment