diff options
Diffstat (limited to 'lib/libxkbfile/src/Makefile.in')
-rw-r--r-- | lib/libxkbfile/src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libxkbfile/src/Makefile.in b/lib/libxkbfile/src/Makefile.in index ebd33d749..b9a68bfd0 100644 --- a/lib/libxkbfile/src/Makefile.in +++ b/lib/libxkbfile/src/Makefile.in @@ -44,7 +44,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'`; |