From 214fe5a15ab09fd7ae5ee48c99d6acf18a17b749 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 8 Oct 1999 14:16:15 +0000 Subject: [PATCH] [project @ 1999-10-08 14:16:15 by simonmar] Change that slipped through the net in the recent build system changes. --- ghc/rts/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index 01fd0d8..22644b0 100644 --- a/ghc/rts/Makefile +++ b/ghc/rts/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.13 1999/09/16 08:35:38 sof Exp $ +# $Id: Makefile,v 1.14 1999/10/08 14:16:15 simonmar Exp $ # This is the Makefile for the runtime-system stuff. # This stuff is written in C (and cannot be written in Haskell). @@ -84,7 +84,8 @@ SRC_MKDEPENDC_OPTS += -I. -I../includes # ../driver/ghc (a better C compiler :-) to compile the # different RTS pieces # -CC=$(HC) $(HC_OPTS) $($*_HC_OPTS) +CC=$(GHC) $(HC_OPTS) $($*_HC_OPTS) +HC=$(GHC) # prevent this value from leaking into the GMP makefile unexport CC -- 1.7.10.4