]> git.pld-linux.org Git - packages/bird.git/blob - bird-flex.patch
- bcond_with(out) is followed by one \t, then bcond's name.
[packages/bird.git] / bird-flex.patch
1 --- bird-1.0.7/conf/Makefile.orig       2003-08-14 10:13:15.000000000 +0200
2 +++ bird-1.0.7/conf/Makefile    2004-03-28 18:21:59.429195616 +0200
3 @@ -24,6 +24,6 @@
4         $(M4) -P $(conf-src)/gen_commands.m4 $(srcdir)/client/cmds.m4 $(conf-fragments) | sort >commands.h
5  
6  cf-lex.c: cf-lex.l
7 -       $(FLEX) $(FLEX_DEBUG) -sB8 -ocf-lex.c -Pcf_ cf-lex.l
8 +       $(FLEX) $(FLEX_DEBUG) -s -B -8 -ocf-lex.c -Pcf_ cf-lex.l
9  
10  depend: keywords.h commands.h cf-parse.tab.c cf-lex.c
This page took 0.029199 seconds and 3 git commands to generate.