diff options
Diffstat (limited to 'app/xdm/config/Makefile.in')
-rw-r--r-- | app/xdm/config/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/xdm/config/Makefile.in b/app/xdm/config/Makefile.in index cae26cc5a..7ed4849ca 100644 --- a/app/xdm/config/Makefile.in +++ b/app/xdm/config/Makefile.in @@ -53,7 +53,7 @@ am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ $(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__installdirs = "$(DESTDIR)$(xdmscriptdir)" \ |