summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2010-03-05 22:08:51 -0500
committerJohn Wiegley <johnw@newartisans.com>2010-03-05 22:14:13 -0500
commit5850d041b6d8b55ffb85f0b8ce555a91597ab131 (patch)
tree6f822b88f0a8f0b1b1924c22c1f865d01ca5255f /tools
parentab416f759f860ce25788bf618ff1538f5d523116 (diff)
downloadfork-ledger-5850d041b6d8b55ffb85f0b8ce555a91597ab131.tar.gz
fork-ledger-5850d041b6d8b55ffb85f0b8ce555a91597ab131.tar.bz2
fork-ledger-5850d041b6d8b55ffb85f0b8ce555a91597ab131.zip
Improved Makefile rule for generating system.hh.gch
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 09daafe6..53caf565 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -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 $@ $<