]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
New version of flex needs argument separated.
authorOndrej Filip <feela@network.cz>
Wed, 20 Jun 2007 12:32:39 +0000 (12:32 +0000)
committerOndrej Filip <feela@network.cz>
Wed, 20 Jun 2007 12:32:39 +0000 (12:32 +0000)
conf/Makefile

index 9dff45820c15ed92287a7493ac8c1191cb0bbef1..dae3dd18292aa74320d83353a644e7bb369fb53b 100644 (file)
@@ -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