gluon.mk: fix indentation
A leading tab character usually marks recipe lines in Makefiles; non-recipe lines must be indented using spaces. The incorrect tab character doesn't seen to have caused any issues in this case, but it should be fixed nonetheless, if only for consistency.
This commit is contained in:
parent
19759f8cd3
commit
3386221ef1
@ -4,7 +4,7 @@ PKG_FILE_DEPENDS += $(GLUON_MK)
|
|||||||
PKG_BUILD_DEPENDS += luasrcdiet/host
|
PKG_BUILD_DEPENDS += luasrcdiet/host
|
||||||
|
|
||||||
ifneq ($(wildcard ./luasrc/.),)
|
ifneq ($(wildcard ./luasrc/.),)
|
||||||
PKG_CONFIG_DEPENDS += CONFIG_GLUON_MINIFY
|
PKG_CONFIG_DEPENDS += CONFIG_GLUON_MINIFY
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(wildcard ./src/respondd.c),)
|
ifneq ($(wildcard ./src/respondd.c),)
|
||||||
|
Loading…
Reference in New Issue
Block a user