about summary refs log tree commit diff
path: root/mk/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·21+0100
commit4ee6001f95908578a1693c0fbf7b7fdc309b86c5 (patch)
treefd38206cabe916e6a8672a319a73e9877f20a3ac /mk/templates.mk
parent143224f7cd6f6667047a1683c1ede4e1f7816843 (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 'mk/templates.mk')
-rw-r--r--mk/templates.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/templates.mk b/mk/templates.mk
index 6d7b1034c45b..8e8b28643f5c 100644
--- a/mk/templates.mk
+++ b/mk/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)