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.
This commit is contained in:
Eelco Dolstra 2014-02-04 11:02:49 +01:00
parent 8468806552
commit 0da82efa5d
7 changed files with 12 additions and 12 deletions

View file

@ -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)