summaryrefslogtreecommitdiff
path: root/libraries/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-03-23 18:25:57 +0000
committerIan Lynagh <igloo@earth.li>2008-03-23 18:25:57 +0000
commitfcf6b22d0478be20e27c2245f3e34dd272e12522 (patch)
tree7b33e0ecfddef9bd27f963b13e332baca0ae4db4 /libraries/Makefile
parent7f0471be1cfe0ef6110ef7fdd8132d85387d0b21 (diff)
downloadhaskell-fcf6b22d0478be20e27c2245f3e34dd272e12522.tar.gz
Follow library changes
Integer, Bool and Unit/Inl/Inr are now in new packages integer and ghc-prim.
Diffstat (limited to 'libraries/Makefile')
-rw-r--r--libraries/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/libraries/Makefile b/libraries/Makefile
index c854108a18..9617dd4e08 100644
--- a/libraries/Makefile
+++ b/libraries/Makefile
@@ -38,7 +38,7 @@ show:
TOP=..
include $(TOP)/mk/boilerplate.mk
-SUBDIRS = base array packedstring containers bytestring
+SUBDIRS = ghc-prim integer-gmp base array packedstring containers bytestring
SUBDIRS += old-locale old-time filepath directory
ifeq "$(GhcLibsWithUnix)" "YES"
SUBDIRS += unix
@@ -322,7 +322,8 @@ doc.library.%: stamp/configure.library.build$(CONFIGURE_STAMP_EXTRAS).% \
$(CABAL_HADDOCK_FLAGS); \
fi
ifneq "$(HSCOLOUR)" ""
- if ifBuildable/ifBuildable $*; then cp hscolour.css $*/dist/doc/html/$*/src/; fi
+# We use */src rather than $*/src due to the integer-gmp/integer mismatch
+ if ifBuildable/ifBuildable $*; then cp hscolour.css $*/dist/doc/html/*/src/; fi
endif
.PHONY: distclean clean clean.library.%