[project @ 2003-07-23 15:13:40 by simonmar]
[ghc-hetmet.git] / 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