Added O.Common dir to dependancies of BUILD_ARCHS rule.

This commit is contained in:
Janet B. Anderson
2001-07-02 21:39:39 +00:00
parent 36e7eb94c0
commit ac19d5fba6
+1 -1
View File
@@ -24,7 +24,7 @@ buildDirs = $(addprefix O.,$(BUILD_ARCHS))
$(actionArchTargets) : $(buildDirs) O.Common
$(MAKE) -C O.$(archPart) -f ../Makefile TOP=$(TOP)/.. T_A=$(archPart) $(actionPart)
$(BUILD_ARCHS) : % : O.%
$(BUILD_ARCHS) : % : O.% O.Common
$(MAKE) -C O.$@ -f ../Makefile TOP=$(TOP)/.. T_A=$@
$(ACTIONS):%: $(foreach arch, $(BUILD_ARCHS), %$(DIVIDER)$(arch))