summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2002-02-04 15:57:38 +0000
committerwtc%netscape.com <devnull@localhost>2002-02-04 15:57:38 +0000
commit9aeb2ac0ffabd5750b8aff463a6bf3ec12f3ee78 (patch)
tree1bb5d6256fcaa600e06296e1e80511ae84fb85f9
parent4cd8747f6ed708dc205b0fe3074339e102b09961 (diff)
downloadnss-hg-9aeb2ac0ffabd5750b8aff463a6bf3ec12f3ee78.tar.gz
Temporary hack to make 'depend' do a 'clean' in NSS.
-rw-r--r--security/nss/makefile.win1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/nss/makefile.win b/security/nss/makefile.win
index fcde6c6f7..332059a3f 100644
--- a/security/nss/makefile.win
+++ b/security/nss/makefile.win
@@ -78,6 +78,7 @@ all:: export libs install
install:: moz_import install_roots
depend::
+ $(GMAKE) -C lib $(GMAKE_FLAGS) clean
export libs install clobber clobber_all clean::
!if "$(MOZ_BITS)" == "16"