From 49352128c1a9dfc15a4bd29530d68a4b241909e6 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 12 Oct 2015 14:08:08 +0000 Subject: Push back GNU make dependency to 3.81 --- INSTALL | 2 +- Makefile | 4 ++-- doc/index.html | 2 +- package/deps.mak | 2 +- tools/gen-deps.sh | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/INSTALL b/INSTALL index 197c384..c93d004 100644 --- a/INSTALL +++ b/INSTALL @@ -5,7 +5,7 @@ Build Instructions ------------ - A Linux-based system with a standard C development environment - - GNU make version 4.0 or later + - GNU make version 3.81 or later - skalibs version 2.3.7.1 or later: http://skarnet.org/software/skalibs/ - execline version 2.1.4.1 or later: http://skarnet.org/software/execline/ - s6-portable-utils version 2.0.5.3 or later: http://skarnet.org/software/s6-portable-utils/ diff --git a/Makefile b/Makefile index 6eba87f..c3b4a4a 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 @@ -20,7 +20,7 @@ INTERNAL_LIBS := EXTRA_TARGETS := LIB_DEFS := -define library_definition = +define library_definition LIB$(firstword $(subst =, ,$(1))) := lib$(lastword $(subst =, ,$(1))).$(if $(DO_ALLSTATIC),a,so).xyzzy ifdef DO_SHARED SHARED_LIBS += lib$(lastword $(subst =, ,$(1))).so.xyzzy diff --git a/doc/index.html b/doc/index.html index b63a409..260b286 100644 --- a/doc/index.html +++ b/doc/index.html @@ -48,7 +48,7 @@ a small FAQ.