summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2001-06-02 15:59:58 +0000
committerwtc%netscape.com <devnull@localhost>2001-06-02 15:59:58 +0000
commited77873ee3717a16fadf26143f73c69696d8adba (patch)
tree86354be2817b94103426a87164a3049fd14ac09a
parent192f1f574bf42786dae491ecdf2778c32bab1d14 (diff)
downloadnss-hg-ed77873ee3717a16fadf26143f73c69696d8adba.tar.gz
Bugzilla bug #83811: deleted the useless vpath %.c $(OBJDIR) because
OBJDIR is not defined yet. Restored VPATH = $(OBJDIR) as a temp workaround. Also deleted GARBAGE = nslib.c, which is no longer correct.
-rw-r--r--security/nss/lib/fortcrypt/swfort/manifest.mn6
1 files changed, 1 insertions, 5 deletions
diff --git a/security/nss/lib/fortcrypt/swfort/manifest.mn b/security/nss/lib/fortcrypt/swfort/manifest.mn
index 62dfe7749..c8f6f578f 100644
--- a/security/nss/lib/fortcrypt/swfort/manifest.mn
+++ b/security/nss/lib/fortcrypt/swfort/manifest.mn
@@ -46,14 +46,10 @@ CSRCS = swfalg.c \
$(NULL)
DIRS = pkcs11
-vpath %.c $(OBJDIR)
+VPATH = $(OBJDIR)
EXPORTS = swfort.h swfortt.h
PRIVATE_EXPORTS = swforti.h swfortti.h
REQUIRES = security dbm nspr
-
-GARBAGE = nslib.c
-
-