summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-05-20 16:51:43 -0400
committerMatthew Pickering <matthewtpickering@gmail.com>2022-06-15 17:28:08 +0100
commit7ed8daa2cc25ceb4ba2ff0571b979899091f6485 (patch)
treebd492cdce4cc716acf53b0cfee1b0f21c9918380
parentad684dd5ec73a8211bb3f830d10c6465a95dda71 (diff)
downloadhaskell-7ed8daa2cc25ceb4ba2ff0571b979899091f6485.tar.gz
hadrian/bindist: Drop redundant include of install.mk
`install.mk` is already included by `config.mk`. Moreover, `install.mk` depends upon `config.mk` to set `RelocatableBuild`, making this first include incorrect. (cherry picked from commit 1db877a3d513e934625d5dc3ad6e9e8ca9ba9519)
-rw-r--r--hadrian/bindist/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/hadrian/bindist/Makefile b/hadrian/bindist/Makefile
index bd011f6930..457b72dad8 100644
--- a/hadrian/bindist/Makefile
+++ b/hadrian/bindist/Makefile
@@ -1,7 +1,6 @@
MAKEFLAGS += --no-builtin-rules
.SUFFIXES:
-include mk/install.mk
include mk/config.mk
.PHONY: default