summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2009-08-10 14:36:30 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2009-08-10 14:36:30 +0200
commite75d3c74a8f665a6e7dc0cc743a68e980e7c10da (patch)
tree1b06b3ca3dc81349e94f12fc4cfad7494833136a /conf
parentea9097eaad7dfccd5a88480d748781d947b25cc8 (diff)
downloadbird-e75d3c74a8f665a6e7dc0cc743a68e980e7c10da.tar
bird-e75d3c74a8f665a6e7dc0cc743a68e980e7c10da.zip
Flex does not need the output of Bison.
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 96975eb..5d729a4 100644
--- a/conf/Makefile
+++ b/conf/Makefile
@@ -25,7 +25,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-parse.tab.h
+cf-lex.c: cf-lex.l
$(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