diff options
author | Ondrej Filip <feela@majklik.network.cz> | 2009-08-09 19:43:15 +0200 |
---|---|---|
committer | Ondrej Filip <feela@majklik.network.cz> | 2009-08-09 19:43:15 +0200 |
commit | 0ac39033c7470f7301bb108f8e777c7ce6af273f (patch) | |
tree | d45e4987685ce4f66d7391f2b6dd952a43f94a1d /conf | |
parent | 0d328932be54a6756c6b43b0cd6d8d314a5b7fe2 (diff) | |
download | bird-0ac39033c7470f7301bb108f8e777c7ce6af273f.tar bird-0ac39033c7470f7301bb108f8e777c7ce6af273f.zip |
Missing dependency added.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/Makefile b/conf/Makefile index dae3dd1..1b8bc71 100644 --- a/conf/Makefile +++ b/conf/Makefile @@ -23,7 +23,7 @@ keywords.h: $(conf-fragments) $(conf-src)/gen_keywords.m4 commands.h: $(conf-fragments) $(conf-src)/gen_commands.m4 $(srcdir)/client/cmds.m4 $(M4) -P $(conf-src)/gen_commands.m4 $(srcdir)/client/cmds.m4 $(conf-fragments) | sort >commands.h -cf-lex.c: cf-lex.l +cf-lex.c: cf-lex.l cf-parse-tab.h $(FLEX) $(FLEX_DEBUG) -s -B -8 -ocf-lex.c -Pcf_ cf-lex.l depend: keywords.h commands.h cf-parse.tab.c cf-lex.c |