summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--intl/Makefile.in2
-rw-r--r--po/Makefile.in.in2
2 files changed, 2 insertions, 2 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@
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 143899fe9..c5400fe7a 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -32,7 +32,7 @@ mkdir_p = @mkdir_p@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
MKINSTALLDIRS = @MKINSTALLDIRS@
-mkinstalldirs = `if test ! -z "$(mkdir_p)"; then echo "$(mkdir_p)"; else case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac; fi`
+mkinstalldirs = `if test ! -z "$(mkdir_p)"; then echo "$(mkdir_p)"; else case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_srcdir)/$(MKINSTALLDIRS)" ;; esac; fi`
CC = @CC@
GMSGFMT = @GMSGFMT@