From 7ad7c0fdae84e2b4dfa2d302a7a9e8b5628eea4c Mon Sep 17 00:00:00 2001 From: fredb Date: Tue, 28 Sep 1999 12:27:06 +0000 Subject: Fix EXTRACT_USING_PAX case. Closes PR 7785. --- cross/binutils/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cross/binutils') 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 -- cgit v1.2.3