summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2001-06-02 02:20:28 +0000
committerwtc%netscape.com <devnull@localhost>2001-06-02 02:20:28 +0000
commit3fe0473fd8cab9775bdd9bbee9a65afa9113d7e8 (patch)
treeb3fc99ed83d3939615589bd2eede14ed1929fe5b /security
parenta04d700bf56b8d120f11c302adc7e3837a58cc61 (diff)
downloadnss-hg-3fe0473fd8cab9775bdd9bbee9a65afa9113d7e8.tar.gz
Deleted commented-out VPATH assignments.
Diffstat (limited to 'security')
-rw-r--r--security/coreconf/location.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/security/coreconf/location.mk b/security/coreconf/location.mk
index 0e92943f4..d235272ab 100644
--- a/security/coreconf/location.mk
+++ b/security/coreconf/location.mk
@@ -42,13 +42,10 @@
ifdef BUILD_TREE
BUILD = $(BUILD_TREE)/nss/$(LIBRARY_NAME)
OBJDIR = $(BUILD_TREE)/nss/$(LIBRARY_NAME)
-#VPATH = $(BUILD_TREE)/nss/$(LIBRARY_NAME)
DEPENDENCIES = $(BUILD_TREE)/nss/$(LIBRARY_NAME)/.md
else
-
BUILD = $(PLATFORM)
OBJDIR = $(PLATFORM)
-#VPATH = $(NSINSTALL_DIR)/$(PLATFORM)
DEPENDENCIES = $(PLATFORM)/.md
endif