From: Simon Marlow Date: Tue, 2 May 2006 11:42:35 +0000 (+0000) Subject: remove code not required in the new source tree layout X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=3d33e8fd1553dc6376870de9107e9a6ff282f80a remove code not required in the new source tree layout --- diff --git a/mk/bootstrap.mk b/mk/bootstrap.mk index 1501d55..e1eb3a7 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.