diff options
author | wtc%netscape.com <devnull@localhost> | 2001-06-02 15:59:58 +0000 |
---|---|---|
committer | wtc%netscape.com <devnull@localhost> | 2001-06-02 15:59:58 +0000 |
commit | ed77873ee3717a16fadf26143f73c69696d8adba (patch) | |
tree | 86354be2817b94103426a87164a3049fd14ac09a | |
parent | 192f1f574bf42786dae491ecdf2778c32bab1d14 (diff) | |
download | nss-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.mn | 6 |
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 - - |