summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2006-05-02 11:42:35 +0000
committerSimon Marlow <simonmar@microsoft.com>2006-05-02 11:42:35 +0000
commit3d33e8fd1553dc6376870de9107e9a6ff282f80a (patch)
tree71aea93aa56abf7a49a9b28ef93896a218a0efc6
parentb2a40d7ea2e8a0e7e0d72f51892e2e0ce14b443c (diff)
downloadhaskell-3d33e8fd1553dc6376870de9107e9a6ff282f80a.tar.gz
remove code not required in the new source tree layout
-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.