make clean should remove system.hh.gch from the source tree.

This commit is contained in:
John Wiegley 2009-02-12 02:05:01 -04:00
parent b9a96e9c0d
commit 9c9320bc58

View file

@ -138,7 +138,7 @@ if USE_PCH
nodist_libledger_util_la_SOURCES = src/system.hh.gch
BUILT_SOURCES = src/system.hh.gch
CLEANFILES += src/system.hh.gch
CLEANFILES += $(srcdir)/src/system.hh.gch
$(srcdir)/src/system.hh.gch: $(srcdir)/src/system.hh $(top_builddir)/acconf.h
$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \