From 3d33e8fd1553dc6376870de9107e9a6ff282f80a Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 2 May 2006 11:42:35 +0000 Subject: [PATCH] remove code not required in the new source tree layout --- mk/bootstrap.mk | 11 ----------- 1 file changed, 11 deletions(-) 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. -- 1.7.10.4