aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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