[project @ 2000-06-14 13:14:42 by simonmar]
authorsimonmar <unknown>
Wed, 14 Jun 2000 13:14:42 +0000 (13:14 +0000)
committersimonmar <unknown>
Wed, 14 Jun 2000 13:14:42 +0000 (13:14 +0000)
don't use $(WithGhcHc) to build the driver, use $(HC) instead.

ghc/driver/Makefile

index 819be30..da93bab 100644 (file)
@@ -1,14 +1,12 @@
 #-----------------------------------------------------------------------------
-# $Id: Makefile,v 1.34 2000/06/14 11:07:47 simonmar Exp $
+# $Id: Makefile,v 1.35 2000/06/14 13:14:42 simonmar Exp $
 #
 
 TOP=..
 CURRENT_DIR=ghc/driver
 include $(TOP)/mk/boilerplate.mk
 
-ifneq "$(GhcWithHscBuiltViaC)" "YES"
-HC=$(WithGhcHc)
-else
+ifeq "$(GhcWithHscBuiltViaC)" "YES"
 HC=$(GHC_INPLACE)
 endif