diff --git a/ghc/driver/Makefile b/ghc/driver/Makefile
index 819be30893c6d7ac44bd16420ca0a54fcd5bc5f2..da93bab72879bd7bc3e4b37a51e194c9e0573ee2 100644
--- a/ghc/driver/Makefile
+++ b/ghc/driver/Makefile
@@ -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