summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-04-19 04:24:34 +0000
committerUlrich Drepper <drepper@redhat.com>2007-04-19 04:24:34 +0000
commit553bf1032b5fe3a78220e65e588df0cfb47ab415 (patch)
treebd802ac1cefb35f867fe65dffe659b540bc9f67c /po
parentf527aa881542aae259eb93aea38b957ccfa84463 (diff)
downloadelfutils-553bf1032b5fe3a78220e65e588df0cfb47ab415.tar.gz
Remove traces of mkinstalldirs.
Diffstat (limited to 'po')
-rw-r--r--po/ChangeLog5
-rw-r--r--po/Makefile.in.in3
2 files changed, 6 insertions, 2 deletions
diff --git a/po/ChangeLog b/po/ChangeLog
index a4534c79..9d648f45 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,8 @@
+2007-04-18 Ulrich Drepper <drepper@redhat.com>
+
+ * Makefile.in.in: Remove MKINSTALLDIRS.
+ Define mkinstalldirs to mkdir -p.
+
2006-04-04 Roland McGrath <roland@redhat.com>
* POTFILES.in: Comment out lib/xstrdup.c, not distributed any more.
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 0110ffbd..b9a3a680 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -27,8 +27,7 @@ top_builddir = ..
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
-MKINSTALLDIRS = @MKINSTALLDIRS@
-mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
+mkinstalldirs = mkdir -p
GMSGFMT = @GMSGFMT@
MSGFMT = @MSGFMT@