summaryrefslogtreecommitdiff
path: root/ghc/ghc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/ghc.mk')
-rw-r--r--ghc/ghc.mk4
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)