diff --git a/wmake/rules/General/flex b/wmake/rules/General/flex index c33195546a337046c2002d98114516a199963fe7..06defbb03d3d42e9f803ab3d8cce3184228258ce 100644 --- a/wmake/rules/General/flex +++ b/wmake/rules/General/flex @@ -1,6 +1,6 @@ .SUFFIXES: .l -ltoo = flex $$SOURCE ; mv lex.yy.c $*.C ; $(CC) $(c++FLAGS) -c $*.C -o $@ +ltoo = flex $$SOURCE ; mv lex.yy.c $*.c ; $(cc) $(cFLAGS) -c $*.c -o $@ .l.dep: $(MAKE_DEP)