diff --git a/configure/RULES_ARCHS b/configure/RULES_ARCHS index 427e0a222..ba47b86d8 100644 --- a/configure/RULES_ARCHS +++ b/configure/RULES_ARCHS @@ -24,7 +24,7 @@ buildDirs = $(addprefix O.,$(BUILD_ARCHS)) $(actionArchTargets) : $(buildDirs) O.Common $(MAKE) -C O.$(archPart) -f ../Makefile TOP=$(TOP)/.. T_A=$(archPart) $(actionPart) -$(BUILD_ARCHS) : % : O.% +$(BUILD_ARCHS) : % : O.% O.Common $(MAKE) -C O.$@ -f ../Makefile TOP=$(TOP)/.. T_A=$@ $(ACTIONS):%: $(foreach arch, $(BUILD_ARCHS), %$(DIVIDER)$(arch))