[project @ 2000-12-08 09:39:05 by simonmar]
authorsimonmar <unknown>
Fri, 8 Dec 2000 09:39:05 +0000 (09:39 +0000)
committersimonmar <unknown>
Fri, 8 Dec 2000 09:39:05 +0000 (09:39 +0000)
use $(GHC) for $(MKDEPENDHS), since $(GHC_INPLACE) isn't built yet.
There's a minor problem with this, in that if you've added any options
to GhcLibHcOpts that are specific to the new compiler, 'make boot'
won't work.  bleugh.

ghc/lib/std/Makefile

index 22b2331..ff1b72c 100644 (file)
@@ -23,7 +23,7 @@ endif
 #
 
 HC        = $(GHC_INPLACE)
-MKDEPENDHS = $(GHC_INPLACE)
+MKDEPENDHS = $(GHC)
 
 ifneq "$(DLLized)" "YES"
 PACKAGE = -package-name std