X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=8820316cac6d4b9a81e0319c84339f44f5be7e70;hb=b7b024c10bdf1e3c7c9becf83ebf6e90bee8511f;hp=b18ef5934f084945b20be3dae006ed6476b5e31d;hpb=17fb3e1c0efd8033097a0574017c8792e4097071;p=ghc-base.git diff --git a/Makefile b/Makefile index b18ef59..8820316 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.37 2002/07/29 09:57:17 simonmar Exp $ +# $Id: Makefile,v 1.40 2002/12/20 09:31:11 simonmar Exp $ TOP=.. include $(TOP)/mk/boilerplate.mk @@ -26,6 +26,7 @@ ALL_DIRS = \ System/Console \ System/Mem \ System/IO \ + System/Posix \ Text \ Text/Html \ Text/PrettyPrint \ @@ -37,8 +38,8 @@ ALL_DIRS = \ PACKAGE = base -SRC_HC_OPTS += -fglasgow-exts -cpp -Iinclude -SRC_HSC2HS_OPTS += -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 ifneq "$(HavePosixRegex)" "YES" @@ -56,7 +57,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