diff options
author | wtc%netscape.com <devnull@localhost> | 2002-06-01 04:31:44 +0000 |
---|---|---|
committer | wtc%netscape.com <devnull@localhost> | 2002-06-01 04:31:44 +0000 |
commit | 007f039a036e981d3104d199f4becb53de34c95d (patch) | |
tree | 82da30964c28b1a0da3c202a513bc6441686ac56 /security | |
parent | a0f9aeaacc5b2596e408311a7e72dbeba667ea98 (diff) | |
download | nss-hg-007f039a036e981d3104d199f4becb53de34c95d.tar.gz |
Backed out the previous checkin, which is not being used and triggers
a bug in gmake 3.76.1 with MKS shell on Windows.
Diffstat (limited to 'security')
-rw-r--r-- | security/nss/lib/softoken/config.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/nss/lib/softoken/config.mk b/security/nss/lib/softoken/config.mk index eecd07210..0d72934be 100644 --- a/security/nss/lib/softoken/config.mk +++ b/security/nss/lib/softoken/config.mk @@ -86,8 +86,6 @@ EXTRA_SHARED_LIBS += \ $(NULL) endif -DEFINES += -DLIB_SUFFIX="$(LIB_SUFFIX)" - ifeq ($(OS_TARGET),SunOS) ifndef USE_64 ifeq ($(CPU_ARCH),sparc) |