diff options
author | simonmar <unknown> | 2003-07-23 15:35:27 +0000 |
---|---|---|
committer | simonmar <unknown> | 2003-07-23 15:35:27 +0000 |
commit | 9fbf9b17bdac787e959016c717089743c3fe3c6b (patch) | |
tree | 4c729152de28883146bf60f3ee227d9f313cf8e1 /distrib/hc-build | |
parent | b180d2d4959b3b5b8361afc8329f40479176555b (diff) | |
download | haskell-9fbf9b17bdac787e959016c717089743c3fe3c6b.tar.gz |
[project @ 2003-07-23 15:35:27 by simonmar]
We don't need the MAKEFLAGS hack any more.
Diffstat (limited to 'distrib/hc-build')
-rw-r--r-- | distrib/hc-build | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/distrib/hc-build b/distrib/hc-build index 2f0e0380d8..1629bf3d6a 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 |