diff options
author | lewie <unknown> | 2000-08-04 23:31:44 +0000 |
---|---|---|
committer | lewie <unknown> | 2000-08-04 23:31:44 +0000 |
commit | 393185426d61a45e0d7f1cb97925b7f7ae0ed278 (patch) | |
tree | cfb59a1605d6d70570c61e73c215e5fe8a9261b4 /distrib/hc-build | |
parent | 4dd966f63eca55ceb680b10a0a3aaad3b1772e2d (diff) | |
download | haskell-393185426d61a45e0d7f1cb97925b7f7ae0ed278.tar.gz |
[project @ 2000-08-04 23:31:43 by lewie]
Port to OpenBSD from Thomas Nordin. Please merge with 4.08 (you'll also
need the new config.guess and config.sub from the previous commit).
Diffstat (limited to 'distrib/hc-build')
-rw-r--r-- | distrib/hc-build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/hc-build b/distrib/hc-build index 6fb9f8687a..0b1a03c675 100644 --- a/distrib/hc-build +++ b/distrib/hc-build @@ -26,9 +26,9 @@ touch ghc/compiler/parser/Parser.hs echo "*** Building hsc..." ./configure --enable-hc-boot $configopts || exit 1 -make boot all || exit 1 +gmake boot all || exit 1 echo "*** Building library..." echo "GhcWithHscBuiltViaC=NO" >>mk/build.mk -make -C ghc/lib clean boot all || exit 1 -make -C hslibs clean boot all +gmake -C ghc/lib clean boot all || exit 1 +gmake -C hslibs clean boot all |