summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-12-04 13:23:46 +0000
committerIan Lynagh <igloo@earth.li>2011-12-04 13:23:46 +0000
commit1a8c2bb00eed3e798c38d215f2b2f047e4bf75cc (patch)
treeba9f7095e588bc31c281a85fbf30fbdd9f5a0569 /ghc.mk
parentfe05c0224ec00ff71742e62674a47f346cd1b3e3 (diff)
downloadhaskell-1a8c2bb00eed3e798c38d215f2b2f047e4bf75cc.tar.gz
Clean includes/GHCConstants.h includes/DerivedConstants.h
We no longer generate them, but they may be in existing GHC trees, so we'll keep cleaning them for a while.
Diffstat (limited to 'ghc.mk')
-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