From: simonmar Date: Mon, 11 Oct 1999 08:38:25 +0000 (+0000) Subject: [project @ 1999-10-11 08:38:25 by simonmar] X-Git-Tag: Approximately_9120_patches~5717 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2c84c3048b4efdaec7b01913e5f6a18574277f96;p=ghc-hetmet.git [project @ 1999-10-11 08:38:25 by simonmar] use $(GHC), not $(HC) --- 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)