[project @ 2003-07-23 15:13:40 by simonmar]
authorsimonmar <unknown>
Wed, 23 Jul 2003 15:13:40 +0000 (15:13 +0000)
committersimonmar <unknown>
Wed, 23 Jul 2003 15:13:40 +0000 (15:13 +0000)
No need to test BootingFromHc (which won't be set yet) before setting
UseGhcForCc.

ghc/compiler/Makefile

index 4e0f5b7..4e78515 100644 (file)
 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