make clean should remove system.hh.gch from the source tree.
This commit is contained in:
parent
b9a96e9c0d
commit
9c9320bc58
1 changed files with 1 additions and 1 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue