Bug 780462 - Actually remove dist/bin/chrome.manifest when starting a new build, and also remove dist/bin/components/components.manifest. r=khuey

This commit is contained in:
Mike Hommey 2012-10-15 09:37:14 +02:00
parent 2e1ca2bc37
commit e3cd9c3213

View File

@ -80,7 +80,7 @@ default alldep all:: $(topsrcdir)/configure config.status
$(RM) -r $(DIST)/include
$(RM) -r $(DIST)/private
$(RM) -r $(DIST)/public
$(RM) $(DIST)/chrome.manifest
$(RM) $(DIST)/bin/chrome.manifest $(DIST)/bin/components/components.manifest
$(RM) -r _tests
$(topsrcdir)/configure: $(topsrcdir)/configure.in