summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorBernhard Walle <bernhard@bwalle.de>2012-02-26 19:44:28 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-03-06 08:34:20 +0100
commit62cd03ee6c684fd5969f0e712134aaf5909584ef (patch)
tree4384934f0ef622f52f67f6c27ffa79a3479053fa /Makefile.in
parent7c61fe29c58143bc58144f56d2f4e7163c5c36ef (diff)
downloadptxdist-62cd03ee6c684fd5969f0e712134aaf5909584ef.tar.gz
ptxdist-62cd03ee6c684fd5969f0e712134aaf5909584ef.tar.xz
configure.ac: Check for GNU tar
ptxd_make_world_extract uses the option --remove-files which is a GNU extension to tar. Because GNU tar is not in GNU coreutils, I changed the GNU_COREUTILS macro to GNU_TOOL and added a second parameter: the package where the tool is found. I think that's better than providing a new macro just for GNU tar. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 0c0529439..b976a3f22 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -53,9 +53,9 @@ environment:
@ln -sf @GNU_install@ "$(abs_srcdir)/bin/install"
@ln -sf @GNU_stat@ "$(abs_srcdir)/bin/stat"
@ln -sf @GNU_mknod@ "$(abs_srcdir)/bin/mknod"
+ @ln -sf @GNU_tar@ "$(abs_srcdir)/bin/tar"
@ln -sf @PYTHON@ "$(abs_srcdir)/bin/python"
@ln -sf @SED@ "$(abs_srcdir)/bin/sed"
- @ln -sf @TAR@ "$(abs_srcdir)/bin/tar"
@echo " done"
clean: