From f131fe59accca3de5df89136e57a895aa9b08304 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 27 Nov 2002 21:35:07 +0000 Subject: [PATCH] Removed rebuild from ACTIONS definition. --- configure/RULES_ARCHS | 1 - configure/RULES_DIRS | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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), ,$@)), \