summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-10-12 11:17:12 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-10-12 11:17:12 +0000
commit09b48f62e39b58594fa8db8b7adb6b8a8e0ff8ff (patch)
treedaabb6ec8204ae615b437e1deea88bd66bc7b6cb /Makefile
parentd3e43f5ccc6e07238ef8434eee17f74ceea6d51f (diff)
downloadexecline-09b48f62e39b58594fa8db8b7adb6b8a8e0ff8ff.tar.xz
Test make-3.81 compatibility
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6eba87f..961f787 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@
it: all
-make_need := 4.0
+make_need := 3.81
ifeq "" "$(strip $(filter $(make_need), $(firstword $(sort $(make_need) $(MAKE_VERSION)))))"
fail := $(error Your make ($(MAKE_VERSION)) is too old. You need $(make_need) or newer)
endif