diff options
Diffstat (limited to 'intl')
-rw-r--r-- | intl/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/Makefile.in b/intl/Makefile.in index 27897db17..b25e0a230 100644 --- a/intl/Makefile.in +++ b/intl/Makefile.in @@ -40,7 +40,7 @@ EXTRA_DIST = ChangeLog.inst libintl.glibc INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ MKINSTALLDIRS = @MKINSTALLDIRS@ -mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac` +mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_srcdir)/$(MKINSTALLDIRS)" ;; esac` l = @INTL_LIBTOOL_SUFFIX_PREFIX@ |