From f0c9208dd232492c9adc9e125cf4675830072799 Mon Sep 17 00:00:00 2001
From: rrt <unknown>
Date: Tue, 3 Oct 2000 10:20:07 +0000
Subject: [PATCH] [project @ 2000-10-03 10:20:07 by rrt] Backed out bogon (last
 commit was completely nonsensical).

---
 mk/config.mk.in | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/mk/config.mk.in b/mk/config.mk.in
index fc7908c68764..3dcfcc05878c 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
-- 
GitLab