summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-10-31 01:50:18 +0100
committerIan Lynagh <igloo@earth.li>2012-10-31 01:50:18 +0100
commita44a5e335f18699e2b97e9c6ecb869900145cbec (patch)
treeaa1076bb90f6e5501ce2c399e6d70194c6851d84 /ghc.mk
parent8623be0b37449cd8b2149c9928d39d5acb80fd36 (diff)
downloadhaskell-a44a5e335f18699e2b97e9c6ecb869900145cbec.tar.gz
Clean some old files that we no longer generate
Avoids problems for people with old files in their tree
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/ghc.mk b/ghc.mk
index 13f0db23ed..c1544ad6ec 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -1229,12 +1229,16 @@ CLEAN_FILES += libraries/bootstrapping.conf
CLEAN_FILES += libraries/integer-gmp/cbits/GmpDerivedConstants.h
CLEAN_FILES += libraries/integer-gmp/cbits/mkGmpDerivedConstants
-# These four are no longer generated, but we still clean them for a while
+# These 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_FILES += includes/ghcautoconf.h
CLEAN_FILES += includes/ghcplatform.h
+CLEAN_FILES += utils/ghc-pkg/Version.hs
+CLEAN_FILES += compiler/parser/Parser.y
+CLEAN_FILES += compiler/prelude/primops.txt
+CLEAN_FILES += $(wildcard compiler/primop*incl)
clean : clean_files clean_libraries