projects
/
BearSSL
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a52cff8
)
Extra Makefile hack for compatibility with OpenBSD 'make'.
author
Thomas Pornin
<pornin@bolet.org>
Mon, 28 Aug 2017 14:25:20 +0000
(16:25 +0200)
committer
Thomas Pornin
<pornin@bolet.org>
Mon, 28 Aug 2017 14:25:20 +0000
(16:25 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
044f5bc
..
f7f24fc
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-37,5
+37,9
@@
!else
.POSIX:
include mk/SingleUnix.mk
+# Extra hack for OpenBSD make.
+ifndef: all
+0: all
+endif: all
# \
!endif