From b4c56dc50433fddfa2e926329a5f7704606f6747 Mon Sep 17 00:00:00 2001 From: henry Date: Tue, 30 Dec 2008 19:02:09 +0000 Subject: [PATCH] Changed "flex++" to "flex --c++" to avoid the need to create the link from "flex" to "flex++" after installing "flex". --- 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 823649b..6f68d78 100644 --- a/wmake/rules/General/flex++ +++ b/wmake/rules/General/flex++ @@ -1,6 +1,6 @@ .SUFFIXES: .L -Ltoo = flex++ -f $$SOURCE ; mv lex.yy.cc $*.C ; $(CC) $(c++FLAGS) -c $*.C -o $@ +Ltoo = flex --c++ -f $$SOURCE ; mv lex.yy.cc $*.C ; $(CC) $(c++FLAGS) -c $*.C -o $@ .L.dep: $(MAKE_DEP) -- 2.11.4.GIT