mark System.IO.openTempFile as non-portable in haddocks
[haskell-directory.git] / Makefile
index 3ced947..c326e63 100644 (file)
--- 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