diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2021-03-31 14:15:48 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-04-10 05:31:14 -0400 |
commit | 2cdc95f9c068421a55c634933ab2d8596eb992fb (patch) | |
tree | 65fd82a66c8054143d3a49037bc3d841a405d98d /ghc | |
parent | 085983e63bfe6af23f8b85fbfcca8db4872d2f60 (diff) | |
download | haskell-2cdc95f9c068421a55c634933ab2d8596eb992fb.tar.gz |
Don't produce platformConstants file
It isn't used for anything anymore
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/ghc.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ghc/ghc.mk b/ghc/ghc.mk index 0e479a24bc..df03c41dbb 100644 --- a/ghc/ghc.mk +++ b/ghc/ghc.mk @@ -146,9 +146,6 @@ $(INPLACE_LIB)/llvm-targets : llvm-targets $(INPLACE_LIB)/llvm-passes : llvm-passes "$(CP)" $< $@ -$(INPLACE_LIB)/platformConstants: $(includes_GHCCONSTANTS_HASKELL_VALUE) - "$(CP)" $< $@ - # The GHC programs need to depend on all the helper programs they might call, # and the settings files they use @@ -156,7 +153,6 @@ GHC_DEPENDENCIES += $$(unlit_INPLACE) GHC_DEPENDENCIES += $(INPLACE_LIB)/settings GHC_DEPENDENCIES += $(INPLACE_LIB)/llvm-targets GHC_DEPENDENCIES += $(INPLACE_LIB)/llvm-passes -GHC_DEPENDENCIES += $(INPLACE_LIB)/platformConstants $(GHC_STAGE1) : | $(GHC_DEPENDENCIES) $(GHC_STAGE2) : | $(GHC_DEPENDENCIES) |