diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-04 11:02:49 +0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-04 11:02:49 +0100 |
commit | 0da82efa5d67ab1eb8b8cc066704d7f863451d5b (patch) | |
tree | 664c12d428f1e1b54649d87fb2206edc0a1518e3 /tests.mk | |
parent | 8468806552d6730abec6431c42b5b0e897c0222c (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 'tests.mk')
-rw-r--r-- | tests.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ # Run program $1 as part of ‘make installcheck’. -define run-install-test = +define run-install-test installcheck: $1 |