aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-26 19:55:11 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-26 19:55:11 +0000
commit623800343f42e41f457440d75d26651962b67749 (patch)
treeb729c4fb9dbaa42d98cf9a1f8a6ba02f3cb1c09d /Makefile
parent47d5a354390642b1fbd3e0d8aeaeb936cbf29970 (diff)
remove extra dependencies
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6421 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e0137625f..b2b034536 100755
--- a/Makefile
+++ b/Makefile
@@ -352,10 +352,10 @@ ifneq ($(wildcard .tags-depend),)
include .tags-depend
endif
-ast_expr2.c: FORCE
+ast_expr2.c:
bison -d --name-prefix=ast_yy ast_expr2.y -o ast_expr2.c
-ast_expr2f.c: FORCE
+ast_expr2f.c:
flex ast_expr2.fl
testexpr2: ast_expr2f.c ast_expr2.c ast_expr2.h