[project @ 1999-12-07 15:49:52 by simonmar]
authorsimonmar <unknown>
Tue, 7 Dec 1999 15:49:54 +0000 (15:49 +0000)
committersimonmar <unknown>
Tue, 7 Dec 1999 15:49:54 +0000 (15:49 +0000)
Now that $(GHC) means an installed copy of ghc, use $(GHC_INPLACE) to
refer to the ghc in the build tree.

ghc/lib/std/Makefile
ghc/lib/std/cbits/Makefile
ghc/mk/paths.mk

index ac33ac7..d109fba 100644 (file)
@@ -18,7 +18,7 @@ else
 SUBDIRS=
 endif
 
-HC = $(GHC)
+HC = $(GHC_INPLACE)
 
 #-----------------------------------------------------------------------------
 #      Setting the standard variables
index 011c929..9132b6e 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.10 1999/12/04 15:17:42 panne Exp $
+# $Id: Makefile,v 1.11 1999/12/07 15:49:53 simonmar Exp $
 
 TOP = ../../..
 include $(TOP)/mk/boilerplate.mk
@@ -36,7 +36,7 @@ SRC_BLD_DLL_OPTS += -lwinmm -lwsock32 -lHSrts_imp -lgmp -L. -L../../../rts/gmp -
 #
 # Compile the files using the Haskell compiler (ghc really).
 # 
-CC=$(GHC)
+CC=$(GHC_INPLACE)
 
 SRC_MKDEPENDC_OPTS += -I$(GHC_INCLUDE_DIR)
 
index ff7850d..b276a87 100644 (file)
@@ -43,7 +43,7 @@ GHC_INCLUDE_DIR       = $(TOP)/includes
 GHC_UTILS_DIR          = $(TOP)/utils
 GHC_INTERPRETER_DIR    = $(TOP)/interpreter
 
-GHC                    = $(GHC_DRIVER_DIR)/ghc-inplace
+GHC_INPLACE            = $(GHC_DRIVER_DIR)/ghc-inplace
 GHC_HSCPP_DIR          = $(GHC_UTILS_DIR)/hscpp
 GHC_HSCPP              = $(GHC_HSCPP_DIR)/hscpp
 GHC_MKDEPENDHS_DIR     = $(GHC_UTILS_DIR)/mkdependHS