mirror of
https://github.com/yavook/kiwi-scp.git
synced 2024-11-22 12:53:00 +00:00
Typo
This commit is contained in:
parent
2ea8114378
commit
32f2df7944
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -27,7 +27,7 @@ endif
|
||||||
|
|
||||||
# suffix for disabled project directories
|
# suffix for disabled project directories
|
||||||
DOWN_SUFFX:=$(call confvalue,SUFFIX_DOWN)
|
DOWN_SUFFX:=$(call confvalue,SUFFIX_DOWN)
|
||||||
ifeq ($(SUFFIX_DOWN),)
|
ifeq ($(DOWN_SUFFX),)
|
||||||
$(error SUFFIX_DOWN not set in $(CONF_WILDC))
|
$(error SUFFIX_DOWN not set in $(CONF_WILDC))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue