mk: Fix a minor UI bug

This commit is contained in:
Brian Anderson 2014-03-24 10:42:50 -07:00
parent a2e8e30b11
commit 70a10758de
1 changed files with 1 additions and 1 deletions

View File

@ -192,6 +192,6 @@ $(foreach host,$(CFG_HOST),\
prepare-maybe-clean:
$(if $(findstring true,$(PREPARE_CLEAN)),\
@$(call E, cleaning destination $@),)
@$(call E, cleaning destination $(PREPARE_DEST_DIR)),)
$(if $(findstring true,$(PREPARE_CLEAN)),\
$(Q)rm -rf $(PREPARE_DEST_DIR),)