From f0a9192492ee9edc9c01314bdc543c835d7e8972 Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman Date: Wed, 17 May 2006 11:17:31 +0000 Subject: [PATCH 1/1] Fix po/Makefile.in.in --- po/Makefile.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makefile.in.in b/po/Makefile.in.in index e0c3d7ca33..83395d2ce4 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -26,7 +26,7 @@ gettextsrcdir = $(datadir)/gettext/po INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ -MKINSTALLDIRS = @MKINSTALLDIRS@ +MKINSTALLDIRS = ${top_builddir}/@MKINSTALLDIRS@ mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(MKINSTALLDIRS)" ;; esac` GMSGFMT = @GMSGFMT@ -- 2.39.2