summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorBernhard Walle <bernhard@bwalle.de>2012-03-12 20:56:32 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-03-13 10:35:39 +0100
commit394af1de808e6fc4c3cf921d36e1b1f887133eb7 (patch)
tree50eb5987c5e2a941395eaebf7fad281ec4a2d3f1 /Makefile.in
parent092a8fd79a8270f540d2eade4dc95505462455e0 (diff)
downloadptxdist-394af1de808e6fc4c3cf921d36e1b1f887133eb7.tar.gz
ptxdist-394af1de808e6fc4c3cf921d36e1b1f887133eb7.tar.xz
Makefile.in: Create symlink for xargs
We check for a xargs binary that supports the '-r' flag, so put the usual symlink into the bin directory once we have found a proper implementation. Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index b976a3f22..e62a2d97a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -56,6 +56,7 @@ environment:
@ln -sf @GNU_tar@ "$(abs_srcdir)/bin/tar"
@ln -sf @PYTHON@ "$(abs_srcdir)/bin/python"
@ln -sf @SED@ "$(abs_srcdir)/bin/sed"
+ @ln -sf @XARGS@ "$(abs_srcdir)/bin/xargs"
@echo " done"
clean: