diff options
Diffstat (limited to 'driver/xf86-video-savage')
-rw-r--r-- | driver/xf86-video-savage/Makefile.in | 2 | ||||
-rw-r--r-- | driver/xf86-video-savage/aclocal.m4 | 2 | ||||
-rw-r--r-- | driver/xf86-video-savage/configure | 2 | ||||
-rw-r--r-- | driver/xf86-video-savage/man/Makefile.in | 2 | ||||
-rw-r--r-- | driver/xf86-video-savage/src/Makefile.in | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/driver/xf86-video-savage/Makefile.in b/driver/xf86-video-savage/Makefile.in index c22e49178..423c7ca0f 100644 --- a/driver/xf86-video-savage/Makefile.in +++ b/driver/xf86-video-savage/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-savage/aclocal.m4 b/driver/xf86-video-savage/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-video-savage/aclocal.m4 +++ b/driver/xf86-video-savage/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-savage/configure b/driver/xf86-video-savage/configure index 6fd70d1de..aed4531c3 100644 --- a/driver/xf86-video-savage/configure +++ b/driver/xf86-video-savage/configure @@ -1752,7 +1752,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-savage/man/Makefile.in b/driver/xf86-video-savage/man/Makefile.in index 03d7b68c7..f991a0f1e 100644 --- a/driver/xf86-video-savage/man/Makefile.in +++ b/driver/xf86-video-savage/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-savage/src/Makefile.in b/driver/xf86-video-savage/src/Makefile.in index 361c4f090..0729a031e 100644 --- a/driver/xf86-video-savage/src/Makefile.in +++ b/driver/xf86-video-savage/src/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 = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |