summaryrefslogtreecommitdiff
path: root/security/nss/cmd/checkcert
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2000-04-03 21:41:33 +0000
committerrelyea%netscape.com <devnull@localhost>2000-04-03 21:41:33 +0000
commitf4711e8b9269e179f97ac61041275cf362834c77 (patch)
tree7b222fe97a8fecf5feeae36602e016be096dd484 /security/nss/cmd/checkcert
parentd813626a56a9d95ce2f67816d0cd61cdb6d12321 (diff)
downloadnss-hg-f4711e8b9269e179f97ac61041275cf362834c77.tar.gz
Update makefiles so NT will build. (and other platforms that don't have symbolic links)
Diffstat (limited to 'security/nss/cmd/checkcert')
-rw-r--r--security/nss/cmd/checkcert/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nss/cmd/checkcert/Makefile b/security/nss/cmd/checkcert/Makefile
index 63d4702cd..573c12cac 100644
--- a/security/nss/cmd/checkcert/Makefile
+++ b/security/nss/cmd/checkcert/Makefile
@@ -52,7 +52,7 @@ include $(CORE_DEPTH)/coreconf/config.mk
# (4) Include "local" platform-dependent assignments (OPTIONAL). #
#######################################################################
-include $(CORE_DEPTH)/security/cmd/platlibs.mk
+include ../platlibs.mk
#######################################################################
# (5) Execute "global" rules. (OPTIONAL) #
@@ -72,5 +72,5 @@ include $(CORE_DEPTH)/coreconf/rules.mk
-include $(CORE_DEPTH)/security/cmd/platrules.mk
+include ../platrules.mk