summaryrefslogtreecommitdiff
path: root/cross/binutils/Makefile
diff options
context:
space:
mode:
authorfredb <fredb>1999-09-28 11:58:07 +0000
committerfredb <fredb>1999-09-28 11:58:07 +0000
commit8f841c76e354dc448ecef9ba4786d00081aa8fe0 (patch)
treee30c9a0b088d54f33ab966397260589c5e255571 /cross/binutils/Makefile
parent79eba770e87e51b3c9f57abda6f371de6e6bbb8a (diff)
downloadpkgsrc-8f841c76e354dc448ecef9ba4786d00081aa8fe0.tar.gz
Fix last commit. "tar" works as intended. Comment
out the EXTRACT_USING_PAX case; it's still broken.
Diffstat (limited to 'cross/binutils/Makefile')
-rw-r--r--cross/binutils/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/cross/binutils/Makefile b/cross/binutils/Makefile
index 3be35141dc6..aef69c14790 100644
--- a/cross/binutils/Makefile
+++ b/cross/binutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 1999/09/27 17:52:15 fredb Exp $
+# $NetBSD: Makefile,v 1.12 1999/09/28 11:58:07 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,7 +62,8 @@ do-install:
ENABLE_TARGETS_LIST!= ${ECHO} "${ENABLE_TARGETS}" | ${SED} "s/[ ][ ]*/,/g;s/^,*//"
.if defined(EXTRACT_USING_PAX)
-EXTRACT_ELEMENTS= -c `cat ${FILESDIR}/exclude`
+# XXX Fix this
+#EXTRACT_ELEMENTS= -c "`${CAT} ${FILESDIR}/exclude`"
.else
EXTRACT_ELEMENTS= -X ${FILESDIR}/exclude
.endif