[project @ 2003-07-23 15:35:27 by simonmar]
authorsimonmar <unknown>
Wed, 23 Jul 2003 15:35:27 +0000 (15:35 +0000)
committersimonmar <unknown>
Wed, 23 Jul 2003 15:35:27 +0000 (15:35 +0000)
We don't need the MAKEFLAGS hack any more.

distrib/hc-build

index 2f0e038..1629bf3 100644 (file)
@@ -44,11 +44,6 @@ touch libraries/base/GHC/PrimopWrappers.hs
 echo "*** Building compiler..."
 ./configure --enable-hc-boot $configopts
 
 echo "*** Building compiler..."
 ./configure --enable-hc-boot $configopts
 
-# A couple of Makefiles test BootingFromHc before including
-# boilerplate.mk, so we have to pass it explicitly:
-MAKEFLAGS="BootingFromHc=YES"
-export MAKEFLAGS
-
 $MAKE -C glafp-utils boot all
 $MAKE -C ghc boot
 $MAKE -C libraries boot all
 $MAKE -C glafp-utils boot all
 $MAKE -C ghc boot
 $MAKE -C libraries boot all