From d891bb5c04f53b2cce4ac8f462300ed6ecc6c4a2 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 23 Jul 2003 15:13:40 +0000 Subject: [PATCH] [project @ 2003-07-23 15:13:40 by simonmar] No need to test BootingFromHc (which won't be set yet) before setting UseGhcForCc. --- ghc/compiler/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 4e0f5b7..4e78515 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -18,11 +18,8 @@ TOP = .. # Use GHC for compiling C bits (NB. must be before boilerplate include) -# NB. this requires BootingFromHc to be set on the make command line! # -ifneq "$(BootingFromHc)" "YES" UseGhcForCc = YES -endif include $(TOP)/mk/boilerplate.mk -- 1.7.10.4