aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-10 10:48:29 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-10 10:48:29 +0000
commit4082068bee18b6aa06b4332f3de6eea995f393fe (patch)
tree219ec7f5faea1ff99e799ff8936032f8649d3453 /Makefile
parentcba3a2f44a0fb3df55ff2d97440ef67e94a5a243 (diff)
add missing rule
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26347 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 36a403759..20c194b73 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: