diff options
Diffstat (limited to 'driver/xf86-video-siliconmotion')
-rw-r--r-- | driver/xf86-video-siliconmotion/Makefile.in | 2 | ||||
-rw-r--r-- | driver/xf86-video-siliconmotion/aclocal.m4 | 2 | ||||
-rw-r--r-- | driver/xf86-video-siliconmotion/configure | 2 | ||||
-rw-r--r-- | driver/xf86-video-siliconmotion/man/Makefile.in | 2 | ||||
-rw-r--r-- | driver/xf86-video-siliconmotion/src/Makefile.in | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/driver/xf86-video-siliconmotion/Makefile.in b/driver/xf86-video-siliconmotion/Makefile.in index fd543c44d..359daa2e8 100644 --- a/driver/xf86-video-siliconmotion/Makefile.in +++ b/driver/xf86-video-siliconmotion/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-video-siliconmotion/aclocal.m4 b/driver/xf86-video-siliconmotion/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-video-siliconmotion/aclocal.m4 +++ b/driver/xf86-video-siliconmotion/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-video-siliconmotion/configure b/driver/xf86-video-siliconmotion/configure index 23f738642..d69d3e820 100644 --- a/driver/xf86-video-siliconmotion/configure +++ b/driver/xf86-video-siliconmotion/configure @@ -1741,7 +1741,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-video-siliconmotion/man/Makefile.in b/driver/xf86-video-siliconmotion/man/Makefile.in index bce2f8cc8..e9c0e3cbc 100644 --- a/driver/xf86-video-siliconmotion/man/Makefile.in +++ b/driver/xf86-video-siliconmotion/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-video-siliconmotion/src/Makefile.in b/driver/xf86-video-siliconmotion/src/Makefile.in index 516cfd179..cc71b04ab 100644 --- a/driver/xf86-video-siliconmotion/src/Makefile.in +++ b/driver/xf86-video-siliconmotion/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'`; |