summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2014-04-09 22:44:26 -0600
committerEduardo Chappa <chappa@washington.edu>2014-04-09 22:44:26 -0600
commitcaa4e3ccd7c9bf9352434b0f78c7b650338cd4d0 (patch)
tree8bee8edf3dc4f9aaf89921f213623b9883b323bd /po
parenta2a86cd7f6d9cf3d6a88f3c6a005ff73f0b2341a (diff)
downloadalpine-caa4e3ccd7c9bf9352434b0f78c7b650338cd4d0.tar.xz
* Update to version 2.19.11
Diffstat (limited to 'po')
-rw-r--r--po/Makefile.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/po/Makefile.in b/po/Makefile.in
index b4ccec0..7cd4e70 100644
--- a/po/Makefile.in
+++ b/po/Makefile.in
@@ -34,14 +34,14 @@ INSTALL_DATA = ${INSTALL} -m 644
# We use $(mkdir_p).
# In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as
# "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions,
-# ${SHELL} /var/run/media/chappa/Work/alpine/alpinegit/install-sh does not start with $(SHELL), so we add it.
-# In automake >= 1.10, $(MKDIR_P) is derived from ${MKDIR_P}, which is defined
+# ${SHELL} /media/Work/alpine/alpinegit/install-sh does not start with $(SHELL), so we add it.
+# In automake >= 1.10, /bin/mkdir -p is derived from ${MKDIR_P}, which is defined
# either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake
# versions, $(mkinstalldirs) and $(install_sh) are unused.
-mkinstalldirs = $(SHELL) ${SHELL} /var/run/media/chappa/Work/alpine/alpinegit/install-sh -d
-install_sh = $(SHELL) ${SHELL} /var/run/media/chappa/Work/alpine/alpinegit/install-sh
-MKDIR_P = /usr/bin/mkdir -p
-mkdir_p = $(MKDIR_P)
+mkinstalldirs = $(SHELL) ${SHELL} /media/Work/alpine/alpinegit/install-sh -d
+install_sh = $(SHELL) ${SHELL} /media/Work/alpine/alpinegit/install-sh
+MKDIR_P = /bin/mkdir -p
+mkdir_p = /bin/mkdir -p
GMSGFMT_ = /usr/bin/msgfmt
GMSGFMT_no = /usr/bin/msgfmt