From: simonmar Date: Wed, 23 Jul 2003 15:13:40 +0000 (+0000) Subject: [project @ 2003-07-23 15:13:40 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~652 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d891bb5c04f53b2cce4ac8f462300ed6ecc6c4a2;p=ghc-hetmet.git [project @ 2003-07-23 15:13:40 by simonmar] No need to test BootingFromHc (which won't be set yet) before setting UseGhcForCc. --- 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