summaryrefslogtreecommitdiff
path: root/driver/xf86-input-fpit
diff options
context:
space:
mode:
Diffstat (limited to 'driver/xf86-input-fpit')
-rw-r--r--driver/xf86-input-fpit/Makefile.in2
-rw-r--r--driver/xf86-input-fpit/aclocal.m42
-rw-r--r--driver/xf86-input-fpit/configure2
-rw-r--r--driver/xf86-input-fpit/man/Makefile.in2
-rw-r--r--driver/xf86-input-fpit/src/Makefile.in2
5 files changed, 5 insertions, 5 deletions
diff --git a/driver/xf86-input-fpit/Makefile.in b/driver/xf86-input-fpit/Makefile.in
index 58d33903e..c564cdad1 100644
--- a/driver/xf86-input-fpit/Makefile.in
+++ b/driver/xf86-input-fpit/Makefile.in
@@ -66,7 +66,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno configure.status.lineno
-mkinstalldirs = $(install_sh) -d
+mkinstalldirs = $(SHELL) $(install_sh) -d
CONFIG_HEADER = config.h
CONFIG_CLEAN_FILES =
SOURCES =
diff --git a/driver/xf86-input-fpit/aclocal.m4 b/driver/xf86-input-fpit/aclocal.m4
index 579980ea6..6ac2b95bd 100644
--- a/driver/xf86-input-fpit/aclocal.m4
+++ b/driver/xf86-input-fpit/aclocal.m4
@@ -7184,7 +7184,7 @@ else
if test -f "$ac_aux_dir/mkinstalldirs"; then
mkdir_p='$(mkinstalldirs)'
else
- mkdir_p='$(install_sh) -d'
+ mkdir_p='$(SHELL) $(install_sh) -d'
fi
fi
AC_SUBST([mkdir_p])])
diff --git a/driver/xf86-input-fpit/configure b/driver/xf86-input-fpit/configure
index d1d35c3a4..8c105d575 100644
--- a/driver/xf86-input-fpit/configure
+++ b/driver/xf86-input-fpit/configure
@@ -1738,7 +1738,7 @@ else
if test -f "$ac_aux_dir/mkinstalldirs"; then
mkdir_p='$(mkinstalldirs)'
else
- mkdir_p='$(install_sh) -d'
+ mkdir_p='$(SHELL) $(install_sh) -d'
fi
fi
diff --git a/driver/xf86-input-fpit/man/Makefile.in b/driver/xf86-input-fpit/man/Makefile.in
index e19c1f4cf..b45786e37 100644
--- a/driver/xf86-input-fpit/man/Makefile.in
+++ b/driver/xf86-input-fpit/man/Makefile.in
@@ -68,7 +68,7 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
+mkinstalldirs = $(SHELL) $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
SOURCES =
diff --git a/driver/xf86-input-fpit/src/Makefile.in b/driver/xf86-input-fpit/src/Makefile.in
index 0ee17238e..d51ceb5ab 100644
--- a/driver/xf86-input-fpit/src/Makefile.in
+++ b/driver/xf86-input-fpit/src/Makefile.in
@@ -62,7 +62,7 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
+mkinstalldirs = $(SHELL) $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;