summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2005-02-05 01:38:56 +0000
committerwtchang%redhat.com <devnull@localhost>2005-02-05 01:38:56 +0000
commit09596e9b39f4c096dfadddc48c7ca56f61c9a7ae (patch)
treeb881e669aa63962f5a50bb012794ee8d7544c0ef
parentb49739689af960e4b975c0c2a8de1c67be661c2e (diff)
downloadnss-hg-09596e9b39f4c096dfadddc48c7ca56f61c9a7ae.tar.gz
Bugzilla Bug 193164: do not use nfspwd.pl, which only works on the old
Netscape corporate network. r=cmp@mozilla.org. Tag: NSS_3_9_BRANCH
-rw-r--r--security/coreconf/UNIX.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/coreconf/UNIX.mk b/security/coreconf/UNIX.mk
index b47bb8ac4..b9e603c6f 100644
--- a/security/coreconf/UNIX.mk
+++ b/security/coreconf/UNIX.mk
@@ -65,8 +65,7 @@ MKDEPENDENCIES = $(OBJDIR_NAME)/depend.mk
# defined, the default is "install using relative symbolic
# links". The two possible values are "copy", which copies files
# but preserves source mtime, and "absolute_symlink", which
-# installs using absolute symbolic links. The "absolute_symlink"
-# option requires NFSPWD.
+# installs using absolute symbolic links.
# - THIS IS NOT PART OF THE NEW BINARY RELEASE PLAN for 9/30/97
# - WE'RE KEEPING IT ONLY FOR BACKWARDS COMPATIBILITY
####################################################################
@@ -79,7 +78,7 @@ else
ifeq ($(NSDISTMODE),absolute_symlink)
# install using absolute symbolic links
INSTALL = $(NSINSTALL)
- INSTALL += -L `$(NFSPWD)`
+ INSTALL += -L `pwd`
else
# install using relative symbolic links
INSTALL = $(NSINSTALL)