From f32a7c7c946c5fdc10bc176eac2b894842ef5455 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 23 Jul 2003 15:42:24 +0000 Subject: [PATCH] [project @ 2003-07-23 15:42:24 by simonmar] PrimopWrappers hack no longer required. --- distrib/hc-build | 4 ---- 1 file changed, 4 deletions(-) diff --git a/distrib/hc-build b/distrib/hc-build index 1629bf3..ff1291b 100644 --- a/distrib/hc-build +++ b/distrib/hc-build @@ -37,10 +37,6 @@ touch ghc/compiler/parser/Parser.hs touch ghc/compiler/main/ParsePkgConf.hs touch hslibs/hssource/HsParser.hs -# We don't have genprimopcode yet so don't try to use it -touch ghc/compiler/prelude/primops.txt -touch libraries/base/GHC/PrimopWrappers.hs - echo "*** Building compiler..." ./configure --enable-hc-boot $configopts -- 1.7.10.4