diff options
Diffstat (limited to 'app/xfs/Makefile.in')
-rw-r--r-- | app/xfs/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/xfs/Makefile.in b/app/xfs/Makefile.in index 03d7ca756..0600beb76 100644 --- a/app/xfs/Makefile.in +++ b/app/xfs/Makefile.in @@ -70,7 +70,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 = am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)" \ |