From 3b10db881c35fcdcb92d388c408754a65ec0c511 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 3 Jul 2008 18:44:50 +0000 Subject: [PATCH] Removed rebuild from ACTIONS, rebuild depends on clean install. --- configure/RULES_ARCHS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/RULES_ARCHS b/configure/RULES_ARCHS index 538d7d6c7..3012cea1a 100644 --- a/configure/RULES_ARCHS +++ b/configure/RULES_ARCHS @@ -22,7 +22,7 @@ ACTIONS += install ACTIONS += buildInstall ACTIONS += browse ACTIONS += runtests -ACTIONS += rebuild +#ACTIONS += rebuild actionPart = $(word 1, $(subst $(DIVIDER), ,$@)) archPart = $(word 2, $(subst $(DIVIDER), ,$@))