flex: Updated command-line options to work with flex version 2.5.4

This commit is contained in:
Henry
2011-06-24 13:40:39 +01:00
parent 9da17e04ee
commit 0143dd5b34
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)