diff options
author | Ian Lynagh <igloo@earth.li> | 2011-12-04 13:23:46 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-12-04 13:23:46 +0000 |
commit | 1a8c2bb00eed3e798c38d215f2b2f047e4bf75cc (patch) | |
tree | ba9f7095e588bc31c281a85fbf30fbdd9f5a0569 /ghc.mk | |
parent | fe05c0224ec00ff71742e62674a47f346cd1b3e3 (diff) | |
download | haskell-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.mk | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |