From: Ondrej Filip Date: Wed, 20 Jun 2007 12:32:39 +0000 (+0000) Subject: New version of flex needs argument separated. X-Git-Tag: v1.2.0~206 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a456788bce7f9d1e54b19ffbfd35b8fa889c4b47;p=thirdparty%2Fbird.git New version of flex needs argument separated. --- diff --git a/conf/Makefile b/conf/Makefile index 9dff45820..dae3dd182 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