From: Ian Lynagh Date: Fri, 16 May 2008 23:53:52 +0000 (+0000) Subject: When building libraries, we need to register them if we use the "build" targets X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=305eb36d92e373eb3cd4803ee89c2cc8f23a5fc0;ds=sidebyside When building libraries, we need to register them if we use the "build" targets We currently only use the "make" targets, which already register the package. --- diff --git a/libraries/Makefile b/libraries/Makefile index 112e9e5..40374ce 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -311,6 +311,7 @@ build.library.%: stamp/configure.library.build$(CONFIGURE_STAMP_EXTRAS).% \ if ifBuildable/ifBuildable $*; then \ cd $* && \ setup/Setup build $(addprefix --ghc-option=,$(GhcLibHcOpts)); \ + ../installPackage/installPackage register --inplace; \ fi .PHONY: doc html