build: indent non-recipe Makefile lines with two spaces

This commit is contained in:
Matthias Schiffer 2020-03-07 14:05:58 +01:00 committed by Martin Weinelt
parent 016b323a17
commit 47f1509e75

View File

@ -6,10 +6,10 @@ export LC_ALL LANG
# check for spaces & resolve possibly relative paths
define mkabspath
ifneq (1,$(words [$($(1))]))
$$(error $(1) must not contain spaces)
endif
override $(1) := $(abspath $($(1)))
ifneq (1,$(words [$($(1))]))
$$(error $(1) must not contain spaces)
endif
override $(1) := $(abspath $($(1)))
endef
GLUON_SITEDIR ?= site