diff options
author | Maria Matejka <mq@ucw.cz> | 2019-02-11 15:27:47 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2019-02-20 22:30:54 +0100 |
commit | 75206f266f8534367b88401be463953b7d5dc770 (patch) | |
tree | 73457aa0cccbf0431728472ef1816de09ec74b78 /filter | |
parent | 4f082dfa892e95f86ca8137410992a248110b6ef (diff) |
Conf: Fixed makefiles
Diffstat (limited to 'filter')
-rw-r--r-- | filter/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/filter/Makefile b/filter/Makefile index f5f50045..18fd8137 100644 --- a/filter/Makefile +++ b/filter/Makefile @@ -3,6 +3,8 @@ obj := $(src-o-files) $(all-daemon) $(cf-local) +$(conf-y-targets) $(conf-lex-targets): $(o)f-inst-decl.h + M4FLAGS_FILTERS=$(filter-out -s,$(M4FLAGS)) $(o)f-inst-postfixify.c: $(s)postfixify.m4 $(s)f-inst.c $(objdir)/.dir-stamp |