From 2c84c3048b4efdaec7b01913e5f6a18574277f96 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 11 Oct 1999 08:38:25 +0000 Subject: [PATCH] [project @ 1999-10-11 08:38:25 by simonmar] use $(GHC), not $(HC) --- ghc/lib/std/cbits/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/lib/std/cbits/Makefile b/ghc/lib/std/cbits/Makefile index 4987493..db6f643 100644 --- a/ghc/lib/std/cbits/Makefile +++ b/ghc/lib/std/cbits/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 1999/09/12 16:27:00 sof Exp $ +# $Id: Makefile,v 1.6 1999/10/11 08:38:25 simonmar Exp $ TOP = ../../.. include $(TOP)/mk/boilerplate.mk @@ -22,7 +22,7 @@ SRC_BLD_DLL_OPTS += -lwinmm -lwsock32 -lHSrts_imp -lgmp -L. -L../../../rts/gmp - # # Compile the files using the Haskell compiler (ghc really). # -CC=$(HC) +CC=$(GHC) SRC_MKDEPENDC_OPTS += -I$(GHC_INCLUDE_DIR) -- 1.7.10.4