Moved break in line to get darwin-ppc to build.

This commit is contained in:
Janet B. Anderson
2007-10-26 14:18:43 +00:00
parent 9d2b8ece7b
commit 57731f6768

View File

@@ -47,8 +47,8 @@ $(2): $$(EPICS_HOST_ARCH)
$(1)$$(DIVIDER)$(2): $(1)$$(DIVIDER)$$(EPICS_HOST_ARCH)
endef
$(foreach action, $(ACTIONS), $(foreach arch, $(CROSS_ARCHS), \
$(eval $(call DEP_template,$(action),$(arch)))))
$(foreach action, $(ACTIONS), $(foreach arch,\
$(CROSS_ARCHS),$(eval $(call DEP_template,$(action),$(arch)))))
#*************************************************************************