mark System.IO.openTempFile as non-portable in haddocks
[haskell-directory.git] / Makefile
index 5777fc0..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
@@ -135,6 +136,6 @@ System/Posix/Types.o Foreign/C/Types.o: include/CTypes.h
 
 # -----------------------------------------------------------------------------
 
-DIST_CLEAN_FILES += base.buildinfo config.cache config.status config.mk
+DIST_CLEAN_FILES += base.buildinfo config.cache config.status
 
 include $(TOP)/mk/target.mk