summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorBernhard Walle <bernhard@bwalle.de>2012-02-26 19:35:21 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-03-06 08:34:10 +0100
commit7c61fe29c58143bc58144f56d2f4e7163c5c36ef (patch)
tree64ee08855f6be6c8023dab7fd9a6bf5eecc580d1 /Makefile.in
parentc13c4ac2ddc6a5e2614073236c665ffe7e2e2c04 (diff)
downloadptxdist-7c61fe29c58143bc58144f56d2f4e7163c5c36ef.tar.gz
ptxdist-7c61fe29c58143bc58144f56d2f4e7163c5c36ef.tar.xz
configure.ac: Check for GNU mknod
We need that because scripts/lib/ptxd_make_xpkg_pkg.sh uses the -m parameter of mknod which doesn't exist in BSD mknod. 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.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index e8544d1b2..0c0529439 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -52,6 +52,7 @@ environment:
@ln -sf @GNU_mkdir@ "$(abs_srcdir)/bin/mkdir"
@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 @PYTHON@ "$(abs_srcdir)/bin/python"
@ln -sf @SED@ "$(abs_srcdir)/bin/sed"
@ln -sf @TAR@ "$(abs_srcdir)/bin/tar"