]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
add missing rule
authorLuigi Rizzo <rizzo@icir.org>
Wed, 10 May 2006 10:48:29 +0000 (10:48 +0000)
committerLuigi Rizzo <rizzo@icir.org>
Wed, 10 May 2006 10:48:29 +0000 (10:48 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@26347 65c4cc65-6c06-0410-ace0-fbb531ad65f3

Makefile

index 36a403759e8ecbab545f4bf109b3d55b61953533..20c194b73e6473f04b56fb60cc82f3f748c97143 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -479,7 +479,7 @@ ifneq ($(wildcard .tags-depend),)
   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: