diff options
author | Simon Marlow <simonmar@microsoft.com> | 2006-05-02 11:42:35 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2006-05-02 11:42:35 +0000 |
commit | 3d33e8fd1553dc6376870de9107e9a6ff282f80a (patch) | |
tree | 71aea93aa56abf7a49a9b28ef93896a218a0efc6 | |
parent | b2a40d7ea2e8a0e7e0d72f51892e2e0ce14b443c (diff) | |
download | haskell-3d33e8fd1553dc6376870de9107e9a6ff282f80a.tar.gz |
remove code not required in the new source tree layout
-rw-r--r-- | mk/bootstrap.mk | 11 |
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. |