mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
Get rid of whitespace in $(d)
This commit is contained in:
parent
c34f3c5ba4
commit
45131da736
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ include mk/tests.mk
|
|||
|
||||
# Include all sub-Makefiles.
|
||||
define include-sub-makefile =
|
||||
d := $$(patsubst %/, %, $$(dir $(1)))
|
||||
d := $$(patsubst %/,%,$$(dir $(1)))
|
||||
include $(1)
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue