Bug 455940, correction: remove dist/bin rather than dist/dist/bin.

This commit is contained in:
L. David Baron 2008-09-26 14:06:25 -07:00
parent fd0451a97e
commit d14919f77b

View File

@ -49,7 +49,7 @@ default alldep all::
$(RM) -rf $(DIST)/include $(RM) -rf $(DIST)/include
$(RM) -rf $(DIST)/private $(RM) -rf $(DIST)/private
$(RM) -rf $(DIST)/public $(RM) -rf $(DIST)/public
$(RM) -rf $(DIST)/dist/bin $(RM) -rf $(DIST)/bin
$(RM) -rf _tests $(RM) -rf _tests
TIERS += base TIERS += base