[asterisk-commits] murf: branch 1.4 r86881 - /branches/1.4/main/Makefile

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Oct 23 15:22:26 CDT 2007


Author: murf
Date: Tue Oct 23 15:22:25 2007
New Revision: 86881

URL: http://svn.digium.com/view/asterisk?view=rev&rev=86881
Log:
this update to Makefile corrects how ast_expr2f.c should be generated

Modified:
    branches/1.4/main/Makefile

Modified: branches/1.4/main/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.4/main/Makefile?view=diff&rev=86881&r1=86880&r2=86881
==============================================================================
--- branches/1.4/main/Makefile (original)
+++ branches/1.4/main/Makefile Tue Oct 23 15:22:25 2007
@@ -106,6 +106,8 @@
 
 ast_expr2f.c:
 	flex -o $@ --full ast_expr2.fl
+	sed 's at free( (char \*) ptr );@if(ptr) free( (char *) ptr );@' ast_expr2f.c > zz
+	mv zz ast_expr2f.c
 
 testexpr2: ast_expr2f.c ast_expr2.c ast_expr2.h
 	$(CC) -g -c -Iinclude -DSTANDALONE ast_expr2f.c




More information about the asterisk-commits mailing list