commit | 20064085455d2f89e2592c8dcb97d3bb5b087f31 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Aug 03 10:24:05 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Aug 03 10:40:38 2015 +0200 |
tree | 6c0593e29c26b67c6beb50cf9ee4e6b54a4d6582 | |
parent | 052d10c9d59ddd5e43c865b2fb3d9a13f70a40a0 [diff] [blame] |
Fix Make bug when installing programs
diff --git a/ChangeLog b/ChangeLog index ec6892e..e33e3f8 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -13,6 +13,8 @@ * 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).