From 394af1de808e6fc4c3cf921d36e1b1f887133eb7 Mon Sep 17 00:00:00 2001 From: Bernhard Walle Date: Mon, 12 Mar 2012 20:56:32 +0100 Subject: 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 --- Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.in') 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: -- cgit v1.2.3