From b9ae6c3308f105a2a0b6532616501ae30ff12dc9 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Wed, 18 Jan 2017 10:59:36 -0600 Subject: [PATCH] Allow ARCH with trailing spaces --- configure/RULES.ioc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure/RULES.ioc b/configure/RULES.ioc index 1024fcb22..4795bc515 100644 --- a/configure/RULES.ioc +++ b/configure/RULES.ioc @@ -14,7 +14,7 @@ build$(DIVIDER)$(ARCH) build: buildInstall install$(DIVIDER)$(ARCH) install: buildInstall $(ARCH): buildInstall -ifeq ($(filter $(ARCH),$(BUILD_ARCHS)),$(ARCH)) +ifeq ($(filter $(ARCH),$(BUILD_ARCHS)),$(strip $(ARCH))) buildInstall$(DIVIDER)$(ARCH) buildInstall: $(TARGETS) clean$(DIVIDER)$(ARCH) clean: @@ -31,4 +31,3 @@ cdCommands envPaths dllPath.bat relPaths.sh: \ realclean: $(RM) cdCommands envPaths dllPath.bat relPaths.sh -