X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=libraries%2FMakefile;h=56c3f64784038a28eb20d61110073cb01b4cf693;hb=a89d263cd1be9918882ebe85485fc4783fdb93f5;hp=ed2d92a5817986ff08e99c9f3ac850cf7e01ddba;hpb=b008746d6d36518b6e89484379e45c798d944743;p=ghc-hetmet.git diff --git a/libraries/Makefile b/libraries/Makefile index ed2d92a..56c3f64 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -35,7 +35,8 @@ default_target: all TOP=.. include $(TOP)/mk/boilerplate.mk -SUBDIRS = base containers bytestring old-locale old-time filepath directory +SUBDIRS = base array packedstring containers bytestring +SUBDIRS += old-locale old-time filepath directory ifeq "$(GhcLibsWithUnix)" "YES" SUBDIRS += unix endif @@ -347,7 +348,6 @@ binary-dist.library.%: cd $* && \ cp $*.cabal $(BIN_DIST_LIBDIR)/$* && \ cp -a dist $(BIN_DIST_LIBDIR)/$* && \ - # Euch \ (cp -aL include $(BIN_DIST_LIBDIR)/$* || :) && \ $(FIND) $(BIN_DIST_LIBDIR)/$*/dist \ \( -name "*_split" -o -name "autogen" \) | xargs rm -rf && \