Skip to content
Snippets Groups Projects
Commit 7386e4c9 authored by henry's avatar henry
Browse files

Changed "flex++" to "flex --c++" to avoid the need to create the link from...

Changed "flex++" to "flex --c++" to avoid the need to create the link from "flex" to "flex++" after installing "flex".
parent 1089d5a5
No related merge requests found
.SUFFIXES: .L .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: .L.dep:
$(MAKE_DEP) $(MAKE_DEP)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment