Changed the option to select the generation of a C++ scanner to the backward compatible -+.

This commit is contained in:
henry
2009-03-31 20:14:40 +01:00
parent fc33d49ae0
commit 4dedd47382

View File

@ -1,6 +1,6 @@
.SUFFIXES: .L .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: .L.dep:
$(MAKE_DEP) $(MAKE_DEP)