From 9c9320bc586bc80922921945bfe6bb704c36c624 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 12 Feb 2009 02:05:01 -0400 Subject: [PATCH] make clean should remove system.hh.gch from the source tree. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) \