X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=249f6aaec7cc1e4503e0e2d21c1cac5d7a739e87;hb=a7fdfabc5f9d97b2cbcd6fe80b70f0b2d1d0db95;hp=52a8963e4da5ba5758983fe6189c51dd0de7d174;hpb=d5db6c9042041e88502be3ba755db6a85822d304;p=ghc-base.git diff --git a/Makefile b/Makefile index 52a8963..249f6aa 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.38 2002/09/06 14:34:15 simonmar Exp $ +# $Id: Makefile,v 1.41 2003/03/06 09:51:03 simonmar Exp $ TOP=.. include $(TOP)/mk/boilerplate.mk @@ -15,6 +15,7 @@ ALL_DIRS = \ Control/Monad/ST \ Data \ Data/Array \ + Data/Array/IO \ Data/STRef \ Debug \ Debug/QuickCheck \ @@ -38,7 +39,7 @@ ALL_DIRS = \ PACKAGE = base -SRC_HC_OPTS += -fglasgow-exts -cpp -Iinclude +SRC_HC_OPTS += -fglasgow-exts -cpp -Iinclude -\#include HsBase.h SRC_HSC2HS_OPTS += -Iinclude -I$(FPTOOLS_TOP)/ghc/includes # Make sure we can get hold of regex.h @@ -57,7 +58,7 @@ SRC_HC_OPTS += -funbox-strict-fields # PrimOpWrappers GHC/PrimopWrappers.hs: $(GHC_COMPILER_DIR)/prelude/primops.txt - rm -f $@ + @$(RM) $@ $(GHC_GENPRIMOP) --make-haskell-wrappers < $< > $@ boot :: GHC/PrimopWrappers.hs