[project @ 1999-10-11 08:49:06 by simonmar]
authorsimonmar <unknown>
Mon, 11 Oct 1999 08:49:06 +0000 (08:49 +0000)
committersimonmar <unknown>
Mon, 11 Oct 1999 08:49:06 +0000 (08:49 +0000)
use $(GHC), not $(HC)

ghc/lib/misc/cbits/Makefile

index 69feafe..32a15b8 100644 (file)
@@ -5,7 +5,7 @@ TOP=../../..
 include $(TOP)/mk/boilerplate.mk
 override WAYS=
 
-CC:=$(HC)
+CC:=$(GHC)
 
 C_SRCS=$(wildcard *.c)