diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-09-12 12:30:05 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-09-12 12:30:05 +0000 |
commit | 87ede7c19b3d6da2c7236b289c91a5e03af1d2f2 (patch) | |
tree | 8646d13a92a97c3b7c01c00756cd08cc8921f672 /Makefile | |
parent | 78ba749bcb8e63cbe69b59831436d28562d27b88 (diff) | |
download | skalibs-87ede7c19b3d6da2c7236b289c91a5e03af1d2f2.tar.xz |
test for ./configure compatibly with make 3.81
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |