summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2011-12-05 04:49:28 +0000
committerSimon Peyton Jones <simonpj@microsoft.com>2011-12-05 04:49:28 +0000
commitac4b3761389c623e1e8c4a3274edc7eded4c0656 (patch)
tree9324b04c675770e3dc07ee6bc6d603dc50fab4be
parenteb21a9793c903dacfd0b86e5ce80178c8ccbd731 (diff)
parent9911ec5554b4b0a9492cdf5fd80e3239c448ec2b (diff)
downloadhaskell-ac4b3761389c623e1e8c4a3274edc7eded4c0656.tar.gz
Merge branch 'master' of http://darcs.haskell.org/ghc
-rw-r--r--ghc.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/ghc.mk b/ghc.mk
index 5f9661e550..3dfb03f6fa 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -1136,6 +1136,11 @@ CLEAN_FILES += libraries/bootstrapping.conf
CLEAN_FILES += libraries/integer-gmp/cbits/GmpDerivedConstants.h
CLEAN_FILES += libraries/integer-gmp/cbits/mkGmpDerivedConstants
+# These two are no longer generated, but we still clean them for a while
+# as they may still be in old GHC trees:
+CLEAN_FILES += includes/GHCConstants.h
+CLEAN_FILES += includes/DerivedConstants.h
+
clean : clean_files clean_libraries
.PHONY: clean_files