From f4dfeee1063e6d851953672ca730c6699a7dd7a5 Mon Sep 17 00:00:00 2001 From: "wchang0222%aol.com" Date: Thu, 4 Nov 2004 06:09:24 +0000 Subject: [PATCH] The test programs $(PROGRAMS) need to be added to TARGETS, otherwise they won't get built and the libs target will fail trying to install them. --- security/nss/cmd/zlib/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/nss/cmd/zlib/config.mk b/security/nss/cmd/zlib/config.mk index 25898e9a5e91..5471310e2ec6 100644 --- a/security/nss/cmd/zlib/config.mk +++ b/security/nss/cmd/zlib/config.mk @@ -40,7 +40,7 @@ # are specifed as dependencies within rules.mk. # -TARGETS = $(LIBRARY) +TARGETS = $(LIBRARY) $(PROGRAMS) SHARED_LIBRARY = IMPORT_LIBRARY = PROGRAM =