Improved Makefile rule for generating system.hh.gch
This commit is contained in:
parent
ab416f759f
commit
5850d041b6
1 changed files with 1 additions and 0 deletions
|
|
@ -167,6 +167,7 @@ BUILT_SOURCES += system.hh.gch
|
|||
CLEANFILES += system.hh.gch
|
||||
|
||||
system.hh.gch: system.hh
|
||||
-rm -f $@
|
||||
$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(lib_cppflags) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
||||
-o $@ $<
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue