diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/Makefile b/conf/Makefile index dae3dd1..5d729a4 100644 --- a/conf/Makefile +++ b/conf/Makefile @@ -11,7 +11,9 @@ BISON_DEBUG=-t #FLEX_DEBUG=-d endif -cf-parse.tab.c cf-parse-tab.h: cf-parse.y +cf-parse.tab.h: cf-parse.tab.c + +cf-parse.tab.c: cf-parse.y $(BISON) -bcf-parse -dv -pcf_ $(BISON_DEBUG) cf-parse.y cf-parse.y: $(conf-fragments) $(conf-src)/gen_parser.m4 |