From: Thomas Pornin Date: Mon, 28 Aug 2017 14:25:20 +0000 (+0200) Subject: Extra Makefile hack for compatibility with OpenBSD 'make'. X-Git-Tag: v0.6~24 X-Git-Url: https://www.bearssl.org/gitweb//home/git/?p=BearSSL;a=commitdiff_plain;h=9dc6211237abcc4a4854818f8e5d7b8973bf31e3 Extra Makefile hack for compatibility with OpenBSD 'make'. --- diff --git a/Makefile b/Makefile index 044f5bc..f7f24fc 100644 --- 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