X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=c326e6329212587d42fe1699cc18a3ba38667576;hb=a2a70b9bf60672c72b35654105402cf21238b6f4;hp=3ced94738dde9e62184983c1bbf955afce77c0ca;hpb=777fd51a2aeae15cf3f0ffd6f94009c82f9d7d0e;p=haskell-directory.git diff --git a/Makefile b/Makefile index 3ced947..c326e63 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,8 @@ ALL_DIRS = \ Text/PrettyPrint \ Text/ParserCombinators \ Text/Show \ - Text/Read + Text/Read \ + Unsafe PACKAGE = base VERSION = 2.0 @@ -56,7 +57,7 @@ SRC_CPP_OPTS += -I$(GHC_INCLUDE_DIR) SRC_CPP_OPTS += ${GhcCppOpts} ifeq "$(BootingFromHc)" "YES" -GHC/PrimopWrappers.hs: GHC/Prim.hs +GHC/PrimopWrappers.hs: touch GHC/PrimopWrappers.hs else GHC/PrimopWrappers.hs: $(GHC_COMPILER_DIR)/prelude/primops.txt GHC/Prim.hs