[asterisk-commits] tilghman: trunk r79980 - /trunk/utils/Makefile
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sun Aug 19 09:17:31 CDT 2007
Author: tilghman
Date: Sun Aug 19 09:17:30 2007
New Revision: 79980
URL: http://svn.digium.com/view/asterisk?view=rev&rev=79980
Log:
Add strcompat dependency for check_expr (needed for platforms that don't have strndup)
Modified:
trunk/utils/Makefile
Modified: trunk/utils/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/utils/Makefile?view=diff&rev=79980&r1=79979&r2=79980
==============================================================================
--- trunk/utils/Makefile (original)
+++ trunk/utils/Makefile Sun Aug 19 09:17:30 2007
@@ -94,7 +94,7 @@
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 $< $@
More information about the asterisk-commits
mailing list