From 1faae9c3ed19723a23e4d4a1ad1a6c5865123bac Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 9 Aug 2012 15:41:26 -0500 Subject: [PATCH] configure: Don't install test libraries This was actually hapenning through a TESTPROD being dependent on the TESTLIBRARY and not having a _DIR to tell it where the library would be found. We now set _DIR = . for all test libraries and they don't get installed any more. --- configure/RULES_TARGET | 1 + 1 file changed, 1 insertion(+) diff --git a/configure/RULES_TARGET b/configure/RULES_TARGET index db0004ef8..02c499196 100644 --- a/configure/RULES_TARGET +++ b/configure/RULES_TARGET @@ -119,6 +119,7 @@ $(foreach target, $(LIBRARY), \ #----------------------------------------------------------------------- define LIBRARY3_template +$(1)_DIR = . TESTBUILD_LIBRARY += $$(if $$(strip $$($(1)_OBJSNAME) $$(LIBRARY_OBJS)),$(1),) endef