From b5535d714bee75c20699cbb425a8aa7a8dcc589b Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 30 Oct 2002 22:47:16 +0000 Subject: [PATCH] Allow rebuild. . --- configure/RULES_ARCHS | 1 + configure/RULES_DIRS | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configure/RULES_ARCHS b/configure/RULES_ARCHS index 629ebb6c3..24b3badc3 100644 --- a/configure/RULES_ARCHS +++ b/configure/RULES_ARCHS @@ -22,6 +22,7 @@ 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 5add76321..29679d6e7 100644 --- a/configure/RULES_DIRS +++ b/configure/RULES_DIRS @@ -13,7 +13,7 @@ ARCHS += $(BUILD_ARCHS) -ACTIONS += inc build install buildInstall clean realclean +ACTIONS += inc build install buildInstall clean realclean rebuild dirPart = $(word 1, $(subst $(DIVIDER), ,$@)) actionArchPart = $(join $(word 2, $(subst $(DIVIDER), ,$@)), \