From: simonmar Date: Fri, 15 Oct 1999 08:56:46 +0000 (+0000) Subject: [project @ 1999-10-15 08:56:46 by simonmar] X-Git-Tag: Approximately_9120_patches~5700 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ed2992a552e510109e8a4e0833ce967f1e65db99;p=ghc-hetmet.git [project @ 1999-10-15 08:56:46 by simonmar] set $(HC) to the inplace ghc driver script. --- diff --git a/mk/config.mk.in b/mk/config.mk.in index e68db5d..64bbc65 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -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) #-----------------------------------------------------------------------------