summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2004-12-13 00:17:45 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2004-12-13 00:17:45 +0000
commit857e5fb5ec6b8d430d75d0fbfc9ac962a9689e27 (patch)
tree2b6fce2ffb01c842adfbd8b03e4e5505babfd207 /po
parent16b6f9646902e6940a991f1d3577c068573015a8 (diff)
downloadxine-lib-857e5fb5ec6b8d430d75d0fbfc9ac962a9689e27.tar.gz
xine-lib-857e5fb5ec6b8d430d75d0fbfc9ac962a9689e27.tar.bz2
Unbreak installation (caused by recent MKINSTALLDIRS changes to configure.ac).
CVS patchset: 7234 CVS date: 2004/12/13 00:17:45
Diffstat (limited to 'po')
-rw-r--r--po/Makefile.in.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index f436d7faa..9c76b7f1d 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_srcdir)/$(MKINSTALLDIRS)" ;; esac; fi`
+mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
CC = @CC@
GMSGFMT = @GMSGFMT@