commit 87ede7c19b3d6da2c7236b289c91a5e03af1d2f2
parent 78ba749bcb8e63cbe69b59831436d28562d27b88
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date: Tue, 12 Sep 2023 12:30:05 +0000
test for ./configure compatibly with make 3.81
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
@@ -7,8 +7,7 @@
it: all
-$(shell test -r config.mak)
-ifneq ($(.SHELLSTATUS),0)
+ifeq ($(realpath config.mak),)
$(error Missing config.mak; please use ./configure first)
endif