Removed the temporary depend->clean hack for NSS 3.4 update.

Modified Files:
	Makefile.in security/manager/Makefile.in
	security/nss/makefile.win
This commit is contained in:
wtc%netscape.com 2002-02-23 04:41:30 +00:00
parent ca3aa8dc00
commit 1a7fc6755d
3 changed files with 2 additions and 11 deletions

View File

@ -326,11 +326,3 @@ export::
distclean::
cat unallmakefiles | $(XARGS) rm -f
rm -f unallmakefiles $(DIST_GARBAGE)
# Temporary hack for NSS 3.4 landing (bug 116334, wtc@netscape.com)
ifdef MOZ_PSM
ifdef COMPILER_DEPEND
depend::
$(MAKE) -C security/manager depend
endif
endif

View File

@ -83,7 +83,7 @@ SUBMAKEFILES = boot/Makefile ssl/Makefile pki/Makefile
include $(topsrcdir)/config/rules.mk
dependclean export::
depend dependclean export::
$(MAKE) -C boot $@
$(MAKE) -C ssl $@
$(MAKE) -C pki $@
@ -115,7 +115,7 @@ endif
$(MAKE) -C ssl $@
$(MAKE) -C pki $@
clean clobber clobber_all realclean distclean depend::
clean clobber clobber_all realclean distclean::
$(MAKE) -C boot $@
$(MAKE) -C ssl $@
$(MAKE) -C pki $@

View File

@ -78,7 +78,6 @@ 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"