X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FMakefile;h=920d8ee04a850963b5fe3e1b4e81044610396d79;hb=f9716798d9e26277685851750995c978846e523c;hp=1de4b8bad18b7fb161795ec6d7c700da6f088443;hpb=4cf0f63bce9d80b0018f457e97d41eb28cd15e67;p=ghc-hetmet.git diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index 1de4b8b..920d8ee 100644 --- a/ghc/rts/Makefile +++ b/ghc/rts/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.15 1999/10/29 13:50:16 sof Exp $ +# $Id: Makefile,v 1.16 1999/12/07 15:52:40 simonmar Exp $ # This is the Makefile for the runtime-system stuff. # This stuff is written in C (and cannot be written in Haskell). @@ -84,8 +84,8 @@ SRC_MKDEPENDC_OPTS += -I. -I../includes # ../driver/ghc (a better C compiler :-) to compile the # different RTS pieces # -CC=$(GHC) $(HC_OPTS) $($*_HC_OPTS) -HC=$(GHC) +CC=$(GHC_INPLACE) $(HC_OPTS) $($*_HC_OPTS) +HC=$(GHC_INPLACE) # prevent this value from leaking into the GMP makefile unexport CC