diff options
author | Ian Lynagh <igloo@earth.li> | 2012-10-31 01:50:18 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-10-31 01:50:18 +0100 |
commit | a44a5e335f18699e2b97e9c6ecb869900145cbec (patch) | |
tree | aa1076bb90f6e5501ce2c399e6d70194c6851d84 /ghc.mk | |
parent | 8623be0b37449cd8b2149c9928d39d5acb80fd36 (diff) | |
download | haskell-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.mk | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |