Change ARCHS and ACTIONS defs to +=.

This commit is contained in:
Janet B. Anderson
1996-09-04 18:26:44 +00:00
parent 11bdb5f6d4
commit 3a9ddfbdbb

View File

@@ -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), ,$@)