summaryrefslogtreecommitdiff
path: root/security/nss/cmd/tstclnt
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/tstclnt
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/tstclnt')
-rw-r--r--security/nss/cmd/tstclnt/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/nss/cmd/tstclnt/Makefile b/security/nss/cmd/tstclnt/Makefile
index 8b4b4379b..7e236b453 100644
--- a/security/nss/cmd/tstclnt/Makefile
+++ b/security/nss/cmd/tstclnt/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
ifeq ($(OS_ARCH), WINNT)
ifndef BUILD_OPT
@@ -72,11 +72,11 @@ include $(CORE_DEPTH)/coreconf/rules.mk
# (6) Execute "component" rules. (OPTIONAL) #
#######################################################################
-#include $(CORE_DEPTH)/security/cmd/platlibs.mk
+#include ../platlibs.mk
#######################################################################
# (7) Execute "local" rules. (OPTIONAL). #
#######################################################################
-include $(CORE_DEPTH)/security/cmd/platrules.mk
+include ../platrules.mk