From 3c3ee606a53add5647b4e2d9e40e9dcd0b73e0fa Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Sat, 2 Jun 2001 02:20:28 +0000 Subject: [PATCH] Deleted commented-out VPATH assignments. git-svn-id: svn://10.0.0.236/trunk@96217 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/coreconf/location.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/mozilla/security/coreconf/location.mk b/mozilla/security/coreconf/location.mk index 0e92943f4d8..d235272abd6 100644 --- a/mozilla/security/coreconf/location.mk +++ b/mozilla/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