From 3a9ddfbdbb311f508b002770c0f63d9579d11100 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 4 Sep 1996 18:26:44 +0000 Subject: [PATCH] Change ARCHS and ACTIONS defs to +=. --- config/RULES_DIRS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/RULES_DIRS b/config/RULES_DIRS index 6808c9ef6..5db4f8d6f 100644 --- a/config/RULES_DIRS +++ b/config/RULES_DIRS @@ -3,8 +3,8 @@ # -ARCHS= $(BUILD_ARCHS) host cross -ACTIONS = clean inc install depends +ARCHS += $(BUILD_ARCHS) host cross +ACTIONS += clean inc install depends dirPart = $(word 1, $(subst $(DIVIDER), ,$@)) actionArchPart = $(subst $(dirPart)$(DIVIDER), ,$@)