summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-05-11 09:31:17 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-05-11 09:31:17 +0000
commit6bcce84f321f71f06ce0e8ad5846b99e854c5876 (patch)
treee254833acabc682bd9397491992c04d9ed34a98f /gnu/usr.bin/binutils
parent292041e5f67a0503c100f0b1fb95c7c4b91309e3 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/binutils')
-rw-r--r--gnu/usr.bin/binutils/as/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/as/Makefile b/gnu/usr.bin/binutils/as/Makefile
index d773bf072e8c..e3e9b7aaf4ce 100644
--- a/gnu/usr.bin/binutils/as/Makefile
+++ b/gnu/usr.bin/binutils/as/Makefile
@@ -1,10 +1,12 @@
#
-# $Id$
+# $Id: Makefile,v 1.3 1998/05/04 22:01:27 jb Exp $
#
-GASES= ${MACHINE_ARCH} ${CROSS_TOOLS}
+GASES= ${MACHINE_ARCH} ${CROSS_TOOLS} ${CROSS_TARGETS}
.for _g in ${GASES}
+.if exists(${.CURDIR}/as_${_g})
SUBDIR+= as_${_g}
+.endif
.endfor
.include <bsd.subdir.mk>