From 16ee7c509c6c31ec9261941aa22af4ca835e74eb Mon Sep 17 00:00:00 2001
From: Luigi Rizzo <rizzo@icir.org>
Date: Wed, 10 May 2006 10:48:29 +0000
Subject: [PATCH] add missing rule

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@26347 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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:
-- 
GitLab