Remove whitespace in ARCH definition.

This commit is contained in:
Janet B. Anderson
1997-07-14 20:20:47 +00:00
parent 18a36406b4
commit ec662b2888
+1 -1
View File
@@ -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,\