From: sof Date: Fri, 9 Aug 2002 22:16:03 +0000 (+0000) Subject: [project @ 2002-08-09 22:16:03 by sof] X-Git-Tag: Approx_11550_changesets_converted~1769 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b9a7c850ddba3ca6ac8c12753a869c48425a8435;p=ghc-hetmet.git [project @ 2002-08-09 22:16:03 by sof] oops, YES is NO --- diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index 8e7443e..c0dcae5 100644 --- a/ghc/rts/Makefile +++ b/ghc/rts/Makefile @@ -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