[project @ 2002-08-09 22:16:03 by sof]
authorsof <unknown>
Fri, 9 Aug 2002 22:16:03 +0000 (22:16 +0000)
committersof <unknown>
Fri, 9 Aug 2002 22:16:03 +0000 (22:16 +0000)
oops, YES is NO

ghc/rts/Makefile

index 8e7443e..c0dcae5 100644 (file)
@@ -1,5 +1,4 @@
 #-----------------------------------------------------------------------------
-# $Id: Makefile,v 1.75 2002/08/09 22:13:51 sof Exp $
 #
 #  This is the Makefile for the runtime-system stuff.
 #  This stuff is written in C (and cannot be written in Haskell).
@@ -21,7 +20,7 @@ TOP=..
 # set of suffix rules for compiling C code, using $(HC) rather than $(CC)
 # and prepending "-optc" to $(CC_OPTS).  NB. must be done before including
 # boilerplate.mk below.
-UseGhcForCc = $(shell if (test "x$(BootingFromHc)" = "xYES"); then echo YES; else echo NO; fi)
+UseGhcForCc = $(shell if (test "x$(BootingFromHc)" = "xYES"); then echo NO; else echo YES; fi)
 
 include $(TOP)/mk/boilerplate.mk