From: Luigi Rizzo Date: Wed, 10 May 2006 10:48:29 +0000 (+0000) Subject: add missing rule X-Git-Tag: 1.4.0-beta1~1443 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=16ee7c509c6c31ec9261941aa22af4ca835e74eb;p=thirdparty%2Fasterisk.git add missing rule git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@26347 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index 36a403759e..20c194b73e 100644 --- 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: