diff options
Diffstat (limited to 'conf/Makefile')
-rw-r--r-- | conf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/Makefile b/conf/Makefile index 270d556..be1e1a4 100644 --- a/conf/Makefile +++ b/conf/Makefile @@ -1,10 +1,10 @@ -source=cf-parse.tab.c cf-lex.c +source=cf-parse.tab.c cf-lex.c f-util.c root-rel=../ include ../Rules conf-src=$(srcdir)/conf -conf-fragments=$(conf-src)/confbase.Y @CONFS@ $(addsuffix /config.Y,$(static-dir-paths)) +conf-fragments=$(conf-src)/confbase.Y @CONFS@ $(addsuffix /config.Y,$(static-dir-paths)) $(conf-src)/filter.Y ifdef DEBUG BISON_DEBUG=-t |