From ec662b2888e1b3b7a47c71c52c522eac1b46476c Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 14 Jul 1997 20:20:47 +0000 Subject: [PATCH] Remove whitespace in ARCH definition. --- config/RULES.ioc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/RULES.ioc b/config/RULES.ioc index adf60b17f..8233a60a7 100644 --- a/config/RULES.ioc +++ b/config/RULES.ioc @@ -5,7 +5,7 @@ APPDIR := $(shell grep '.*".*App/' st.* | sed -e 's/.*"\(.*App\).*/\1/' | sort - endif ASCF = $(TOP)/../ascf -TARGETBIN = $(TOP)/bin/$(ARCH) +TARGETBIN = $(TOP)/bin/$(strip $(ARCH)) ARCHS = $(BUILD_ARCHS) host cross ACTIONS += clean inc depends buildInstall build actionArchTargets = $(foreach action, $(ACTIONS) install,\