summaryrefslogtreecommitdiff
blob: c8a333cb539cfcbd5cefb12ed60554881cdf8182 (plain)
1
2
3
4
5
6
7
8
9
10
--- obj/conf/Makefile.orig	2006-07-10 09:49:07.000000000 +0100
+++ obj/conf/Makefile	2006-07-10 09:49:34.000000000 +0100
@@ -24,6 +24,6 @@
 	$(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