From 0abe9a8803649485132de7a8b782e1e152c9dd19 Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 25 Feb 2019 01:35:41 +0000 Subject: src/util: Use make 4.0 assignment operator --- src/util/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/util/Makefile.am') diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 755f91a11..d1aa8aa9b 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -239,8 +239,11 @@ endif # This is horrible, but compared to the alternatives and the solution # which preceded this it is a good compromise and good enough for one # file. Everyone else is invited to patch it locally. +# In case someone reads this file and is wondering about the +# assignment operator below, it's explained here: +# https://lists.gnu.org/archive/html/make-w32/2013-10/msg00021.html -xENV=$(shell which env) +xENV != which env do_subst = $(SED) -e 's,[@]ENV[@],${xENV},g' -- cgit v1.2.3