summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mk/bootstrap.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/mk/bootstrap.mk b/mk/bootstrap.mk
index 1501d5500c..e1eb3a723b 100644
--- a/mk/bootstrap.mk
+++ b/mk/bootstrap.mk
@@ -8,17 +8,6 @@
# compile the .hc files, so we have to duplicate that functionality here.
# The result is unfortunately ugly, but we don't have another choice.
-TOP_SAVED := $(TOP)
-TOP:=$(TOP)/ghc
-
-include $(TOP)/mk/version.mk
-include $(TOP)/mk/paths.mk
-
-# Reset TOP
-TOP:=$(TOP_SAVED)
-
-include $(TOP)/mk/suffix.mk
-
# -----------------------------------------------------------------------------
# Set the platform-specific options to send to the C compiler. These should
# match the list in machdepCCOpts in ghc/compiler/DriverFlags.hs.