mirror of
https://github.com/NixOS/nix.git
synced 2025-12-11 03:21:03 +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:
parent
8468806552
commit
0da82efa5d
7 changed files with 12 additions and 12 deletions
2
jars.mk
2
jars.mk
|
|
@ -1,4 +1,4 @@
|
|||
define build-jar =
|
||||
define build-jar
|
||||
$(1)_NAME ?= $(1)
|
||||
|
||||
_d := $$(strip $$($(1)_DIR))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue