summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-09-12 12:30:05 +0000
committerLaurent Bercot <ska@appnovation.com>2023-09-12 12:30:05 +0000
commit87ede7c19b3d6da2c7236b289c91a5e03af1d2f2 (patch)
tree8646d13a92a97c3b7c01c00756cd08cc8921f672
parent78ba749bcb8e63cbe69b59831436d28562d27b88 (diff)
downloadskalibs-87ede7c19b3d6da2c7236b289c91a5e03af1d2f2.tar.xz
test for ./configure compatibly with make 3.81
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 458f137..710899a 100644
--- 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