From: rrt Date: Tue, 3 Oct 2000 10:20:07 +0000 (+0000) Subject: [project @ 2000-10-03 10:20:07 by rrt] X-Git-Tag: Approximately_9120_patches~3700 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f0c9208dd232492c9adc9e125cf4675830072799;p=ghc-hetmet.git [project @ 2000-10-03 10:20:07 by rrt] Backed out bogon (last commit was completely nonsensical). --- diff --git a/mk/config.mk.in b/mk/config.mk.in index fc7908c..3dcfcc0 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -529,11 +529,9 @@ MKDEPENDHS = $(HC) # Sometimes we want to invoke ghc from the build tree in different # projects (eg. it's handy to have a nofib & a ghc build in the same -# tree). We can refer to "this ghc" as $(GHC_INPLACE). -# The addition to PATH makes the inplace GHC pick up the right -# DLLs under Windows; it won't have any effect on other platforms. +# tree). We can refer to "this ghc" as $(GHC_INPLACE): -GHC_INPLACE = PATH=$(FPTOOLS_TOP)/dll:$$PATH $(FPTOOLS_TOP)/ghc/driver/ghc-inplace +GHC_INPLACE = $(FPTOOLS_TOP)/ghc/driver/ghc-inplace #----------------------------------------------------------------------------- # C compiler