Skip to content

Commit

Permalink
Fix mbedtls clean target to delete all installed files.
Browse files Browse the repository at this point in the history
(cherry picked from commit 11a8e07)
ref #17783
  • Loading branch information
ViralBShah authored and tkelman committed Aug 20, 2016
1 parent 9a6f035 commit a36da57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/mbedtls.mk
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ endif

clean-mbedtls:
-$(MAKE) -C $(BUILDDIR)/mbedtls-$(MBEDTLS_VER) clean
-rm -f $(MBEDTLS_OBJ_TARGET)
-rm -f $(MBEDTLS_OBJ_TARGET) $(build_shlibdir)/libmbed*

distclean-mbedtls:
-rm -rf $(SRCDIR)/srccache/$(MBEDTLS_SRC).tgz \
Expand Down

0 comments on commit a36da57

Please sign in to comment.