diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-10-12 14:01:11 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-10-12 14:01:11 +0000 |
commit | 162fcfac5bb4d2cd40f7adc1d2d9ae71d6c86b19 (patch) | |
tree | 1057dd07aeaa31c787e54de1d0c119883102d301 /Makefile | |
parent | 4da6b9c320e6b49d38af5cb6b5861480141f24cd (diff) | |
download | s6-162fcfac5bb4d2cd40f7adc1d2d9ae71d6c86b19.tar.xz |
Push back GNU make dependency to 3.81
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |