From 432f92747cfbfc98171c279051f5a2d8f466a365 Mon Sep 17 00:00:00 2001 From: henry Date: Tue, 31 Mar 2009 20:12:16 +0100 Subject: [PATCH] Changed the option to select the generation of a C++ scanner to the backward compatible -+. --- wmake/rules/General/flex++ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmake/rules/General/flex++ b/wmake/rules/General/flex++ index 6f68d78..304b131 100644 --- a/wmake/rules/General/flex++ +++ b/wmake/rules/General/flex++ @@ -1,6 +1,6 @@ .SUFFIXES: .L -Ltoo = flex --c++ -f $$SOURCE ; mv lex.yy.cc $*.C ; $(CC) $(c++FLAGS) -c $*.C -o $@ +Ltoo = flex -+ -f $$SOURCE ; mv lex.yy.cc $*.C ; $(CC) $(c++FLAGS) -c $*.C -o $@ .L.dep: $(MAKE_DEP) -- 2.11.4.GIT