Bug 860371 - Remove dist/bin when starting a build. r=gps

This commit is contained in:
Mike Hommey 2013-04-11 09:33:48 +02:00
parent 4ea8165c3c
commit 484879ee6a

View File

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