[project @ 2000-10-03 10:20:07 by rrt]
authorrrt <unknown>
Tue, 3 Oct 2000 10:20:07 +0000 (10:20 +0000)
committerrrt <unknown>
Tue, 3 Oct 2000 10:20:07 +0000 (10:20 +0000)
Backed out bogon (last commit was completely nonsensical).

mk/config.mk.in

index fc7908c..3dcfcc0 100644 (file)
@@ -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