Fix Make bug when installing programs

This commit is contained in:
Manuel Pégourié-Gonnard
2015-08-03 10:24:05 +02:00
parent 052d10c9d5
commit 2006408545
2 changed files with 2 additions and 2 deletions

View File

@@ -13,6 +13,8 @@ Bugfix
* Fix bug in Makefile that caused libmbedcrypto and libmbedx509 not to be
installed (found by Rawi666).
* Fix compile error with armcc 5 with --gnu option.
* Fix bug in Makefile that caused programs not to be installed correctly
(found by robotanarchy) (#232).
Changes
* The PEM parser now accepts a trailing space at end of lines (#226).