summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorOndrej Filip <feela@majklik.network.cz>2009-08-09 19:43:15 +0200
committerOndrej Filip <feela@majklik.network.cz>2009-08-09 19:43:15 +0200
commit0ac39033c7470f7301bb108f8e777c7ce6af273f (patch)
treed45e4987685ce4f66d7391f2b6dd952a43f94a1d /conf
parent0d328932be54a6756c6b43b0cd6d8d314a5b7fe2 (diff)
downloadbird-0ac39033c7470f7301bb108f8e777c7ce6af273f.tar
bird-0ac39033c7470f7301bb108f8e777c7ce6af273f.zip
Missing dependency added.
Diffstat (limited to 'conf')
-rw-r--r--conf/Makefile2
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