X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=2c8aeadcae5eef42e141c9f07e6181c7713da233;hb=d9a0d6f44a930da4ae49678908e37793d693467c;hp=739ad7644ad9631b6f4eea1901eabd4ab6d9fa49;hpb=0a3d93170b8aa0149dcbf4b867f6a245d477d5ca;p=ghc-base.git diff --git a/Makefile b/Makefile index 739ad76..2c8aead 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,7 @@ ALL_DIRS = \ System/IO \ System/Posix \ System/Process \ + System/Directory \ Text \ Text/Html \ Text/PrettyPrint \ @@ -41,13 +42,6 @@ VERSION = 1.0 SRC_HC_OPTS += -fglasgow-exts -cpp -Iinclude -"\#include" HsBase.h SRC_HSC2HS_OPTS += -Iinclude -I$(FPTOOLS_TOP)/ghc/includes -# If there is no system-supplied POSIX regex library, use our own -ifneq "$(HavePosixRegex)" "YES" -# Make sure we can get hold of regex.h -SRC_HC_OPTS += -Icbits/regex -SRC_HSC2HS_OPTS += -Icbits/regex -endif - # ----------------------------------------------------------------------------- # Per-module flags