summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-11-14 05:01:40 +0000
committerimp <imp@FreeBSD.org>2010-11-14 05:01:40 +0000
commitad1821916b968c6894c1d3f36240fe854f30524a (patch)
tree91cf2f0587b830ec3dadbdc27c14c87a07741c34 /Makefile.inc1
parenteceb0894df4b5ee43f0aa784d5f3a32dd59edde3 (diff)
downloadFreeBSD-src-ad1821916b968c6894c1d3f36240fe854f30524a.zip
FreeBSD-src-ad1821916b968c6894c1d3f36240fe854f30524a.tar.gz
add / to the translation of TARGET_ARCH to TARGET
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index fb71ce1..3cb89c4 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -121,7 +121,7 @@ VERSION+= ${OSRELDATE}
TARGET_ARCH= ${TARGET:S/pc98/i386/:S/sun4v/sparc64/:S/mips/mipsel/}
.elif !defined(TARGET) && defined(TARGET_ARCH) && \
${TARGET_ARCH} != ${MACHINE_ARCH}
-TARGET= ${TARGET_ARCH:C/mipse[lb]/mips/:C/armeb/arm}
+TARGET= ${TARGET_ARCH:C/mipse[lb]/mips/:C/armeb/arm/}
.endif
# Legacy names, for a transition period mips:mips -> mipsel:mips
.if defined(TARGET) && defined(TARGET_ARCH) && \
OpenPOWER on IntegriCloud