diff options
| author | sof <unknown> | 2002-08-09 22:16:03 +0000 |
|---|---|---|
| committer | sof <unknown> | 2002-08-09 22:16:03 +0000 |
| commit | b9a7c850ddba3ca6ac8c12753a869c48425a8435 (patch) | |
| tree | 76c9c5f3192fecf550b09a4fbd13285e3283abce | |
| parent | ebc0a34ae9e5d91b623c22259c7816c7f7a302c5 (diff) | |
| download | haskell-b9a7c850ddba3ca6ac8c12753a869c48425a8435.tar.gz | |
[project @ 2002-08-09 22:16:03 by sof]
oops, YES is NO
| -rw-r--r-- | ghc/rts/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index 8e7443eee8..c0dcae5993 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 |
