From 9fbf9b17bdac787e959016c717089743c3fe3c6b Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 23 Jul 2003 15:35:27 +0000 Subject: [PATCH] [project @ 2003-07-23 15:35:27 by simonmar] We don't need the MAKEFLAGS hack any more. --- distrib/hc-build | 5 ----- 1 file changed, 5 deletions(-) diff --git a/distrib/hc-build b/distrib/hc-build index 2f0e038..1629bf3 100644 --- a/distrib/hc-build +++ b/distrib/hc-build @@ -44,11 +44,6 @@ touch libraries/base/GHC/PrimopWrappers.hs 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 -- 1.7.10.4