Improved Makefile rule for generating system.hh.gch

This commit is contained in:
John Wiegley 2010-03-05 22:08:51 -05:00
parent ab416f759f
commit 5850d041b6

View file

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