summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2003-04-12 20:44:45 +0000
committerwtc%netscape.com <devnull@localhost>2003-04-12 20:44:45 +0000
commit939dbd036c93a0b77b7667ab630b7a531a825948 (patch)
treecde28f21ee32a3c573b61fa06a7dd97681292d46
parent29846659480f7cbd5ceeeead30c811caff5fe92d (diff)
downloadnss-hg-939dbd036c93a0b77b7667ab630b7a531a825948.tar.gz
The .chk files should have the $(DLL_PREFIX), not $(LIB_PREFIX), because
they correspond to shared libraries/DLLs.
-rw-r--r--security/nss/cmd/shlibsign/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/cmd/shlibsign/Makefile b/security/nss/cmd/shlibsign/Makefile
index 9228540a1..cd1adbd60 100644
--- a/security/nss/cmd/shlibsign/Makefile
+++ b/security/nss/cmd/shlibsign/Makefile
@@ -75,7 +75,7 @@ ifdef LOADABLE_FREEBL
CHECKFILES += freebl_pure32_3.chk freebl_hybrid_3.chk
endif
-CHECKLOC=$(addprefix $(DIST)/lib/$(LIB_PREFIX), $(CHECKFILES))
+CHECKLOC=$(addprefix $(DIST)/lib/$(DLL_PREFIX), $(CHECKFILES))
MD_LIB_RELEASE_FILES = $(CHECKLOC)
ALL_TRASH += $(CHECKLOC)