summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorddrinan%netscape.com <devnull@localhost>2000-11-28 22:00:09 +0000
committerddrinan%netscape.com <devnull@localhost>2000-11-28 22:00:09 +0000
commit25dd68e7d4a817e24e351fa3047f77ee6db7d937 (patch)
treec30cbca1147a358f2e8116f33574c9b4bb18cd0e
parent768ecae576ceeec50f85b012786fa9cc36cd5d34 (diff)
downloadnss-hg-25dd68e7d4a817e24e351fa3047f77ee6db7d937.tar.gz
Suppress the depend target
-rw-r--r--security/nss/makefile.win4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/nss/makefile.win b/security/nss/makefile.win
index 07b8d054e..193182006 100644
--- a/security/nss/makefile.win
+++ b/security/nss/makefile.win
@@ -76,7 +76,9 @@ all:: export libs install
install:: moz_import
-export libs install clobber clobber_all clean depend::
+depend::
+
+export libs install clobber clobber_all clean::
!if "$(MOZ_BITS)" == "16"
set PATH=%WATCPATH%
set INCLUDE=%WATC_INC%