build: indent non-recipe Makefile lines with two spaces
This commit is contained in:
parent
016b323a17
commit
47f1509e75
8
Makefile
8
Makefile
@ -6,10 +6,10 @@ export LC_ALL LANG
|
|||||||
|
|
||||||
# check for spaces & resolve possibly relative paths
|
# check for spaces & resolve possibly relative paths
|
||||||
define mkabspath
|
define mkabspath
|
||||||
ifneq (1,$(words [$($(1))]))
|
ifneq (1,$(words [$($(1))]))
|
||||||
$$(error $(1) must not contain spaces)
|
$$(error $(1) must not contain spaces)
|
||||||
endif
|
endif
|
||||||
override $(1) := $(abspath $($(1)))
|
override $(1) := $(abspath $($(1)))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
GLUON_SITEDIR ?= site
|
GLUON_SITEDIR ?= site
|
||||||
|
Loading…
Reference in New Issue
Block a user