From b9a7c850ddba3ca6ac8c12753a869c48425a8435 Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 9 Aug 2002 22:16:03 +0000 Subject: [PATCH] [project @ 2002-08-09 22:16:03 by sof] oops, YES is NO --- ghc/rts/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 1.7.10.4