[asterisk-commits] trunk r26347 - /trunk/Makefile

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Wed May 10 03:48:30 MST 2006


Author: rizzo
Date: Wed May 10 05:48:29 2006
New Revision: 26347

URL: http://svn.digium.com/view/asterisk?rev=26347&view=rev
Log:
add missing rule


Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?rev=26347&r1=26346&r2=26347&view=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Wed May 10 05:48:29 2006
@@ -479,7 +479,7 @@
   include .tags-depend
 endif
 
-ast_expr2.c:
+ast_expr2.c ast_expr2.h:
 	bison -o $@ -d --name-prefix=ast_yy ast_expr2.y
 
 ast_expr2f.c:



More information about the asterisk-commits mailing list