diff options
Diffstat (limited to 'driver/xf86-input-mutouch/src/Makefile.in')
-rw-r--r-- | driver/xf86-input-mutouch/src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/xf86-input-mutouch/src/Makefile.in b/driver/xf86-input-mutouch/src/Makefile.in index e2e3fd4ff..b5a44a8ec 100644 --- a/driver/xf86-input-mutouch/src/Makefile.in +++ b/driver/xf86-input-mutouch/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'`; |