about summary refs log tree commit diff
path: root/templates.mk
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-04T10·02+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-04T10·02+0100
commit0da82efa5d67ab1eb8b8cc066704d7f863451d5b (patch)
tree664c12d428f1e1b54649d87fb2206edc0a1518e3 /templates.mk
parent8468806552d6730abec6431c42b5b0e897c0222c (diff)
GNU Make 3.81 compatibility
3.81 doesn't understand the ‘define foo =’ syntax, which was added in
3.82.  So use ‘define foo’ instead.
Diffstat (limited to 'templates.mk')
-rw-r--r--templates.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates.mk b/templates.mk
index 6d7b1034c4..8e8b28643f 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)