From 52214b70d834ce2408da3084865565fcb81ec4f2 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 10 Nov 2003 18:42:30 +0000 Subject: Strip off quotes from TARGET_ARCH --- Rules.mak | 1 + 1 file changed, 1 insertion(+) diff --git a/Rules.mak b/Rules.mak index f6c2f5091..01b1866e3 100644 --- a/Rules.mak +++ b/Rules.mak @@ -80,6 +80,7 @@ check_gcc=$(shell if $(CC) $(1) -S -o /dev/null -xc /dev/null > /dev/null 2>&1; then echo "$(1)"; else echo "$(2)"; fi) # Make certain these contain a final "/", but no "//"s. +TARGET_ARCH:=$(strip $(subst ",, $(strip $(TARGET_ARCH)))) RUNTIME_PREFIX:=$(strip $(subst //,/, $(subst ,/, $(subst ",, $(strip $(RUNTIME_PREFIX)))))) DEVEL_PREFIX:=$(strip $(subst //,/, $(subst ,/, $(subst ",, $(strip $(DEVEL_PREFIX)))))) export RUNTIME_PREFIX DEVEL_PREFIX -- cgit v1.2.3