[project @ 1999-10-15 08:56:46 by simonmar]
authorsimonmar <unknown>
Fri, 15 Oct 1999 08:56:46 +0000 (08:56 +0000)
committersimonmar <unknown>
Fri, 15 Oct 1999 08:56:46 +0000 (08:56 +0000)
set $(HC) to the inplace ghc driver script.

mk/config.mk.in

index e68db5d..64bbc65 100644 (file)
@@ -468,7 +468,7 @@ HSTAGS_PREFIX           = $(FPTOOLS_TOP)/ghc/utils/hstags/
 # Haskell compiler and mkdependHS
 
 # ToDo: $(HC) should be a local installation of some Haskell compiler
-HC             = $(FPTOOLS_TOP)/ghc/driver/ghc
+HC             = $(FPTOOLS_TOP)/ghc/driver/ghc-inplace
 MKDEPENDHS     = $(HC)
 
 #-----------------------------------------------------------------------------