summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2009-08-10 10:16:00 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2009-08-10 10:16:00 +0200
commitb92c8e30191dd757c76239076eda82d0065f2348 (patch)
tree10256b1c62f2fe346d321ec458016f384d794b65 /conf
parent54d70d3ebb20c36f483cde9d7d5b877772d4884e (diff)
parent71a9574a515613cded23b20f260a88784bcd4286 (diff)
downloadbird-b92c8e30191dd757c76239076eda82d0065f2348.tar
bird-b92c8e30191dd757c76239076eda82d0065f2348.zip
Merge branch 'master' into dev
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