summaryrefslogtreecommitdiff
path: root/cross/binutils
diff options
context:
space:
mode:
Diffstat (limited to 'cross/binutils')
-rw-r--r--cross/binutils/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/cross/binutils/Makefile b/cross/binutils/Makefile
index aef69c14790..ac5cb5b2abe 100644
--- a/cross/binutils/Makefile
+++ b/cross/binutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 1999/09/28 11:58:07 fredb Exp $
+# $NetBSD: Makefile,v 1.13 1999/09/28 12:27:06 fredb Exp $
#
# GNU binutils configured to hold `as many targets as the cross system is
# capable of using'. Configures and builds everything except gas, which
@@ -62,8 +62,8 @@ do-install:
ENABLE_TARGETS_LIST!= ${ECHO} "${ENABLE_TARGETS}" | ${SED} "s/[ ][ ]*/,/g;s/^,*//"
.if defined(EXTRACT_USING_PAX)
-# XXX Fix this
-#EXTRACT_ELEMENTS= -c "`${CAT} ${FILESDIR}/exclude`"
+DONT_EXTRACT!= ${AWK} -- '{ ORS=" "; print $1 }' < files/exclude
+EXTRACT_ELEMENTS= -c ${DONT_EXTRACT}
.else
EXTRACT_ELEMENTS= -X ${FILESDIR}/exclude
.endif