summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-05-19 03:56:23 +0000
committerjlam <jlam@pkgsrc.org>2001-05-19 03:56:23 +0000
commitdc6eadbf21d06496bbf555e397f79622e3e20821 (patch)
tree35829def2637f8f91ecdb3daaeecb1424685adf2 /cross
parent85e58afe750871e5736c21a64b0afaca5fd17ca7 (diff)
downloadpkgsrc-dc6eadbf21d06496bbf555e397f79622e3e20821.tar.gz
Use ${XARGS} instead of invoking xargs directly.
Diffstat (limited to 'cross')
-rw-r--r--cross/binutils/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/cross/binutils/Makefile b/cross/binutils/Makefile
index 20746a7391c..962272374db 100644
--- a/cross/binutils/Makefile
+++ b/cross/binutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2001/03/13 12:01:43 agc Exp $
+# $NetBSD: Makefile,v 1.27 2001/05/19 03:56:32 jlam Exp $
#
# GNU binutils configured to hold `as many targets as the cross system is
# capable of using'. Configures and builds everything except gas, which
@@ -45,8 +45,8 @@ ENABLE_TARGETS+= alpha-netbsd arm-netbsd \
# make sure configure/Makefile.in is newer than configure.in/Makefile.am
post-patch:
- ${FIND} ${WRKSRC} -name configure -print | xargs ${TOUCH}
- ${FIND} ${WRKSRC} -name Makefile.in -print | xargs ${TOUCH}
+ ${FIND} ${WRKSRC} -name configure -print | ${XARGS} ${TOUCH}
+ ${FIND} ${WRKSRC} -name Makefile.in -print | ${XARGS} ${TOUCH}
# check that path does not contain cwd
pre-configure: