From 305eb36d92e373eb3cd4803ee89c2cc8f23a5fc0 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 16 May 2008 23:53:52 +0000 Subject: [PATCH] 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. --- libraries/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.10.4