Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
mbedtls
Commits
9983993e
Commit
9983993e
authored
Aug 03, 2015
by
Manuel Pégourié-Gonnard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bug with make install without tests
closes #232
parent
20064085
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
ChangeLog
ChangeLog
+2
-0
Makefile
Makefile
+1
-1
No files found.
ChangeLog
View file @
9983993e
...
...
@@ -15,6 +15,8 @@ Bugfix
* 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).
* Fix bug in Makefile that prevented from installing without building the
tests (found by robotanarchy) (#232).
Changes
* The PEM parser now accepts a trailing space at end of lines (#226).
...
...
Makefile
View file @
9983993e
...
...
@@ -20,7 +20,7 @@ tests: lib
$(MAKE)
-C
tests
ifndef
WINDOWS
install
:
all
install
:
no_test
mkdir
-p
$(DESTDIR)
/include/mbedtls
cp
-r
include/mbedtls
$(DESTDIR)
/include
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment