summaryrefslogtreecommitdiff
path: root/ghc/lib/misc/cbits
diff options
context:
space:
mode:
authorsimonmar <unknown>1999-10-11 08:49:06 +0000
committersimonmar <unknown>1999-10-11 08:49:06 +0000
commitccef53e4c2cde6fbc3cc1505f2d36732f86e2541 (patch)
treef1e9873c2be1ee36278b6b0610b37ca06942d104 /ghc/lib/misc/cbits
parent2c84c3048b4efdaec7b01913e5f6a18574277f96 (diff)
downloadhaskell-ccef53e4c2cde6fbc3cc1505f2d36732f86e2541.tar.gz
[project @ 1999-10-11 08:49:06 by simonmar]
use $(GHC), not $(HC)
Diffstat (limited to 'ghc/lib/misc/cbits')
-rw-r--r--ghc/lib/misc/cbits/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/lib/misc/cbits/Makefile b/ghc/lib/misc/cbits/Makefile
index 69feafe119..32a15b8943 100644
--- a/ghc/lib/misc/cbits/Makefile
+++ b/ghc/lib/misc/cbits/Makefile
@@ -5,7 +5,7 @@ TOP=../../..
include $(TOP)/mk/boilerplate.mk
override WAYS=
-CC:=$(HC)
+CC:=$(GHC)
C_SRCS=$(wildcard *.c)