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 -