diff --git a/configure/RULES_ARCHS b/configure/RULES_ARCHS index 2f607efc9..2b96c901d 100644 --- a/configure/RULES_ARCHS +++ b/configure/RULES_ARCHS @@ -22,7 +22,6 @@ ACTIONS += build ACTIONS += install ACTIONS += buildInstall ACTIONS += browse -ACTIONS += rebuild actionPart = $(word 1, $(subst $(DIVIDER), ,$@)) archPart = $(word 2, $(subst $(DIVIDER), ,$@)) diff --git a/configure/RULES_DIRS b/configure/RULES_DIRS index 29679d6e7..5add76321 100644 --- a/configure/RULES_DIRS +++ b/configure/RULES_DIRS @@ -13,7 +13,7 @@ ARCHS += $(BUILD_ARCHS) -ACTIONS += inc build install buildInstall clean realclean rebuild +ACTIONS += inc build install buildInstall clean realclean dirPart = $(word 1, $(subst $(DIVIDER), ,$@)) actionArchPart = $(join $(word 2, $(subst $(DIVIDER), ,$@)), \