mk: forcibly delete dest dir when PREPARE_CLEAN

This commit is contained in:
Brian Anderson 2014-03-09 14:14:34 -07:00
parent b2eef52ce3
commit 5e66af6bcc
1 changed files with 1 additions and 1 deletions

View File

@ -201,4 +201,4 @@ prepare-maybe-clean:
$(if $(findstring true,$(PREPARE_CLEAN)),\
@$(call E, cleaning destination $@),)
$(if $(findstring true,$(PREPARE_CLEAN)),\
$(Q)rm -r $(PREPARE_DEST_DIR),)
$(Q)rm -rf $(PREPARE_DEST_DIR),)