From 0da82efa5d67ab1eb8b8cc066704d7f863451d5b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 4 Feb 2014 11:02:49 +0100 Subject: GNU Make 3.81 compatibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 3.81 doesn't understand the ‘define foo =’ syntax, which was added in 3.82. So use ‘define foo’ instead. --- templates.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates.mk') diff --git a/templates.mk b/templates.mk index 6d7b1034c45b..8e8b28643f5c 100644 --- a/templates.mk +++ b/templates.mk @@ -2,7 +2,7 @@ template-files := # Create the file $(1) from $(1).in by running config.status (which # substitutes all ‘@var@’ variables set by the configure script). -define instantiate-template = +define instantiate-template clean-files += $(1) -- cgit 1.4.1