From fab764b8530042c8a051af6eaad43457d6499c37 Mon Sep 17 00:00:00 2001
From: simonmar <unknown>
Date: Tue, 31 Oct 2000 10:52:04 +0000
Subject: [PATCH] [project @ 2000-10-31 10:52:04 by simonmar] GHC_INPLACE is in
 ghc/compiler now.

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

diff --git a/mk/config.mk.in b/mk/config.mk.in
index 3dcfcc05878c..f709fcf9f37d 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -370,9 +370,9 @@ NoFibHcOpts = -O
 # to somewhere with more space.  (TMPDIR=. is a good choice).
 
 # DEFAULT_TMPDIR isn't called TMPDIR because GNU make tends to
-# override the environment variable with the value of the make
-# variable when executing sub-processes, so setting the TMPDIR env var
-# would have no effect in the build tree.
+# override an environment variable with the value of the make variable
+# of the same name (if it exists) when executing sub-processes, so
+# setting the TMPDIR env var would have no effect in the build tree.
 
 DEFAULT_TMPDIR		= /tmp
 
@@ -531,7 +531,7 @@ MKDEPENDHS	= $(HC)
 # 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):
 
-GHC_INPLACE 	= $(FPTOOLS_TOP)/ghc/driver/ghc-inplace
+GHC_INPLACE 	= $(FPTOOLS_TOP)/ghc/compiler/ghc-inplace
 
 #-----------------------------------------------------------------------------
 # C compiler
-- 
GitLab