1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-05 00:21:01 +01:00

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

@ -1,5 +1,5 @@
# Run program $1 as part of make installcheck.
define run-install-test =
define run-install-test
installcheck: $1