X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=52a8963e4da5ba5758983fe6189c51dd0de7d174;hb=c83f5ad9dbc5859bec565e4a6593c8cb105b5b64;hp=8cc4bf39f540a3298b4cc0214d227c93e43aaa8b;hpb=9a53a070bb647bd7796596e27a6348ae3ba6eed7;p=ghc-base.git diff --git a/Makefile b/Makefile index 8cc4bf3..52a8963 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.36 2002/07/02 13:13:36 simonmar Exp $ +# $Id: Makefile,v 1.38 2002/09/06 14:34:15 simonmar Exp $ TOP=.. include $(TOP)/mk/boilerplate.mk @@ -16,22 +16,17 @@ ALL_DIRS = \ Data \ Data/Array \ Data/STRef \ - Database \ Debug \ Debug/QuickCheck \ - FileFormat \ Foreign \ Foreign/C \ Foreign/Marshal \ GHC \ - Hugs \ - Language \ - Network \ - NHC \ System \ System/Console \ System/Mem \ System/IO \ + System/Posix \ Text \ Text/Html \ Text/PrettyPrint \ @@ -44,7 +39,7 @@ ALL_DIRS = \ PACKAGE = base SRC_HC_OPTS += -fglasgow-exts -cpp -Iinclude -SRC_HSC2HS_OPTS += -Iinclude +SRC_HSC2HS_OPTS += -Iinclude -I$(FPTOOLS_TOP)/ghc/includes # Make sure we can get hold of regex.h ifneq "$(HavePosixRegex)" "YES"