]> git.pld-linux.org Git - packages/bird.git/blame - bird-flex.patch
- added missing BR: autoconf
[packages/bird.git] / bird-flex.patch
CommitLineData
2ea373ed
JB
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.029916 seconds and 4 git commands to generate.