From 0143dd5b341220d8fe63fd4083e6c67f1847cf64 Mon Sep 17 00:00:00 2001
From: Henry <Henry>
Date: Fri, 24 Jun 2011 13:40:39 +0100
Subject: [PATCH] flex: Updated command-line options to work with flex version
 2.5.4

---
 wmake/rules/General/flex   | 2 +-
 wmake/rules/General/flex++ | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/wmake/rules/General/flex b/wmake/rules/General/flex
index 7f726b34c49..853780e1bdf 100644
--- a/wmake/rules/General/flex
+++ b/wmake/rules/General/flex
@@ -1,6 +1,6 @@
 .SUFFIXES: .l
 
-ltoo = flex -o $*.c $$SOURCE ; $(cc) $(cFLAGS) -c $*.c -o $@
+ltoo = flex -o$*.c $$SOURCE ; $(cc) $(cFLAGS) -c $*.c -o $@
 
 .l.dep:
 	$(MAKE_DEP)
diff --git a/wmake/rules/General/flex++ b/wmake/rules/General/flex++
index 7e7142aa539..cf829e09bcf 100644
--- a/wmake/rules/General/flex++
+++ b/wmake/rules/General/flex++
@@ -1,6 +1,6 @@
 .SUFFIXES: .L
 
-Ltoo = flex -+ -o $*.C -f $$SOURCE ; $(CC) $(c++FLAGS) -c $*.C -o $@
+Ltoo = flex -+ -o$*.C -f $$SOURCE ; $(CC) $(c++FLAGS) -c $*.C -o $@
 
 .L.dep:
 	$(MAKE_DEP)
-- 
GitLab