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:
parent
8468806552
commit
0da82efa5d
7 changed files with 12 additions and 12 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue