diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-12 02:05:01 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-12 02:05:01 -0400 |
commit | 9c9320bc586bc80922921945bfe6bb704c36c624 (patch) | |
tree | e04a47cb3102cb8bb4b6b2f46a9ea3eabb8cd0bd | |
parent | b9a96e9c0da9acd33967e4b6282af7aa5d9469f9 (diff) | |
download | fork-ledger-9c9320bc586bc80922921945bfe6bb704c36c624.tar.gz fork-ledger-9c9320bc586bc80922921945bfe6bb704c36c624.tar.bz2 fork-ledger-9c9320bc586bc80922921945bfe6bb704c36c624.zip |
make clean should remove system.hh.gch from the source tree.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index cc3301e0..b4c21869 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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) \ |