summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2007-06-20 14:32:39 +0200
committerOndrej Filip <feela@network.cz>2007-06-20 14:32:39 +0200
commita456788bce7f9d1e54b19ffbfd35b8fa889c4b47 (patch)
tree70b203e0723ee48fe7a1bd66abbf2bdfcc28c677 /conf
parent8411a37e7dc72a5fd2e4fb68d1c557dc89253973 (diff)
downloadbird-a456788bce7f9d1e54b19ffbfd35b8fa889c4b47.tar
bird-a456788bce7f9d1e54b19ffbfd35b8fa889c4b47.zip
New version of flex needs argument separated.
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 9dff458..dae3dd1 100644
--- a/conf/Makefile
+++ b/conf/Makefile
@@ -24,6 +24,6 @@ commands.h: $(conf-fragments) $(conf-src)/gen_commands.m4 $(srcdir)/client/cmds.
$(M4) -P $(conf-src)/gen_commands.m4 $(srcdir)/client/cmds.m4 $(conf-fragments) | sort >commands.h
cf-lex.c: cf-lex.l
- $(FLEX) $(FLEX_DEBUG) -sB8 -ocf-lex.c -Pcf_ 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