From: Bruno Haible Date: Mon, 12 Jun 2006 11:50:11 +0000 (+0000) Subject: Put back $(mkinstalldirs) definition. X-Git-Tag: v0.15~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1b4a6027d83eeeb69490f5c5f666933f537ce6a;p=thirdparty%2Fgettext.git Put back $(mkinstalldirs) definition. --- diff --git a/gettext-runtime/po/ChangeLog b/gettext-runtime/po/ChangeLog index f364f7bd6..2f8b2ad19 100644 --- a/gettext-runtime/po/ChangeLog +++ b/gettext-runtime/po/ChangeLog @@ -1,3 +1,9 @@ +2006-06-12 Bruno Haible + + * Makefile.in.in (MKINSTALLDIRS, mkinstalldirs): Undo 2006-04-17 + change. These variables are needed by $(mkdir_p) if an mkinstalldirs + file is present. + 2006-04-17 Bruno Haible * Makefile.in.in (MKINSTALLDIRS, mkinstalldirs): Remove variables. diff --git a/gettext-runtime/po/Makefile.in.in b/gettext-runtime/po/Makefile.in.in index a059a03de..6bbdcefe4 100644 --- a/gettext-runtime/po/Makefile.in.in +++ b/gettext-runtime/po/Makefile.in.in @@ -30,6 +30,8 @@ gettextsrcdir = $(datadir)/gettext/po INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ +MKINSTALLDIRS = @MKINSTALLDIRS@ +mkinstalldirs = $(SHELL) $(MKINSTALLDIRS) mkdir_p = @mkdir_p@ GMSGFMT_ = @GMSGFMT@ diff --git a/gettext-tools/po/ChangeLog b/gettext-tools/po/ChangeLog index 1704ef15d..a61102d13 100644 --- a/gettext-tools/po/ChangeLog +++ b/gettext-tools/po/ChangeLog @@ -1,3 +1,9 @@ +2006-06-12 Bruno Haible + + * Makefile.in.in (MKINSTALLDIRS, mkinstalldirs): Undo 2006-04-17 + change. These variables are needed by $(mkdir_p) if an mkinstalldirs + file is present. + 2006-03-13 Bruno Haible * POTFILES.in: Add lib/javaversion.c. diff --git a/gettext-tools/po/Makefile.in.in b/gettext-tools/po/Makefile.in.in index a059a03de..6bbdcefe4 100644 --- a/gettext-tools/po/Makefile.in.in +++ b/gettext-tools/po/Makefile.in.in @@ -30,6 +30,8 @@ gettextsrcdir = $(datadir)/gettext/po INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ +MKINSTALLDIRS = @MKINSTALLDIRS@ +mkinstalldirs = $(SHELL) $(MKINSTALLDIRS) mkdir_p = @mkdir_p@ GMSGFMT_ = @GMSGFMT@