summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2021-10-30 15:44:01 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-11-02 01:37:43 -0400
commit2f69d102d775f8a95f1c0b0f62d4fd630c4d1737 (patch)
treea7261e2f783b00c3b2b495481a6d855b13709cda
parent37a37139160f628a0ce3b27d8269fcf86d226f71 (diff)
downloadhaskell-2f69d102d775f8a95f1c0b0f62d4fd630c4d1737.tar.gz
Remove `includes_GHCCONSTANTS` from make build system
It is dead code.
-rw-r--r--compiler/ghc.mk1
-rw-r--r--ghc.mk2
2 files changed, 0 insertions, 3 deletions
diff --git a/compiler/ghc.mk b/compiler/ghc.mk
index 066de58f89..b5138c7de4 100644
--- a/compiler/ghc.mk
+++ b/compiler/ghc.mk
@@ -338,7 +338,6 @@ $(compiler_stage1_depfile_haskell) : $(includes_0_H_CONFIG) $(includes_0_H_PLATF
$(compiler_stage2_depfile_haskell) : $(includes_1_H_CONFIG) $(includes_1_H_PLATFORM)
$(compiler_stage3_depfile_haskell) : $(includes_2_H_CONFIG) $(includes_2_H_PLATFORM)
-COMPILER_INCLUDES_DEPS += $(includes_GHCCONSTANTS)
COMPILER_INCLUDES_DEPS += $(includes_DERIVEDCONSTANTS)
$(compiler_stage1_depfile_haskell) : $(COMPILER_INCLUDES_DEPS) $(PRIMOP_BITS_STAGE1)
diff --git a/ghc.mk b/ghc.mk
index 97c32a8a0f..437fbee612 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -1051,7 +1051,6 @@ $(eval $(call bindist-list,.,\
$(includes_1_H_PLATFORM) \
$(includes_1_H_VERSION) \
$(includes_DERIVEDCONSTANTS) \
- $(includes_GHCCONSTANTS) \
$(libffi_HEADERS) \
$(INSTALL_LIBEXECS) \
$(INSTALL_LIBEXEC_SCRIPTS) \
@@ -1477,7 +1476,6 @@ maintainer-clean : distclean
.PHONY: bootstrapping-files
# See https://gitlab.haskell.org/ghc/ghc/wikis/building/porting
bootstrapping-files: $(includes_DERIVEDCONSTANTS)
-bootstrapping-files: $(includes_GHCCONSTANTS)
bootstrapping-files: $(libffi_HEADERS)
.DELETE_ON_ERROR: