summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/config.mk b/build/config.mk
index 6f3f527..51ca92f 100644
--- a/build/config.mk
+++ b/build/config.mk
@@ -5,7 +5,7 @@
PROJECT_CONFIG ?= Config
MODULES_CONFIG := $(wildcard $(ALL_MODULES:%=$(BASE)/ucoolib/%/Config))
-CONFIG_LIST := $(wildcard $(PROJECT_CONFIG)) $(MODULES_CONFIG)
+CONFIG_LIST := $(strip $(wildcard $(PROJECT_CONFIG)) $(MODULES_CONFIG))
# Ensure that configuration is up to date, using two mechanisms:
# - make will make sure config.list is up to date as it is included.