make *.lex.h depend on the FLEX rule as well for the raw Makefile system
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@5029 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
73be5e4b4d
commit
55d0221158
|
@ -7,7 +7,7 @@
|
|||
%.o: %.cpp
|
||||
$(CXX) $(CPPFLAGS) $(CXXFLAGS) -c -o$@ $<
|
||||
|
||||
%.lex.c: %.l
|
||||
%.lex.h %.lex.c: %.l
|
||||
$(FLEX) $(FLEXFLAGS) -o$@ $<
|
||||
|
||||
%.tab.h %.tab.c: %.y
|
||||
|
|
Loading…
Reference in New Issue