X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=libraries%2FMakefile;h=53a13e6a77dcb28adcd3e078fd4253f2d3e81027;hb=06a627d08b7571d1a86d95a603bb036bd44e018d;hp=9617dd4e08170ea1809471454054133faa008441;hpb=fcf6b22d0478be20e27c2245f3e34dd272e12522;p=ghc-hetmet.git diff --git a/libraries/Makefile b/libraries/Makefile index 9617dd4..53a13e6 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -38,8 +38,8 @@ show: TOP=.. include $(TOP)/mk/boilerplate.mk -SUBDIRS = ghc-prim integer-gmp base array packedstring containers bytestring -SUBDIRS += old-locale old-time filepath directory +SUBDIRS = ghc-prim $(INTEGER_LIBRARY) base array packedstring +SUBDIRS += containers bytestring old-locale old-time filepath directory ifeq "$(GhcLibsWithUnix)" "YES" SUBDIRS += unix endif @@ -322,7 +322,8 @@ doc.library.%: stamp/configure.library.build$(CONFIGURE_STAMP_EXTRAS).% \ $(CABAL_HADDOCK_FLAGS); \ fi ifneq "$(HSCOLOUR)" "" -# We use */src rather than $*/src due to the integer-gmp/integer mismatch +# We use */src rather than $*/src due to the $(INTEGER_LIBRARY)/integer +# mismatch if ifBuildable/ifBuildable $*; then cp hscolour.css $*/dist/doc/html/*/src/; fi endif