make clobber_all remove the dist so we can catch depedency problems. if you don't

blow away the dist, you can hide module dependencies and build order that need
to be correct in makefile.win DIRS
This commit is contained in:
cyeh%netscape.com 1999-03-11 18:14:57 +00:00
parent dac4edeb4e
commit 316c179f9b

View File

@ -91,6 +91,7 @@ pull_seamonkey:
clobber_all:
@cd $(MOZ_SRC)\$(MOZ_TOP)\.
rd /s /q dist
nmake -f makefile.win clobber_all
depend: