X-Git-Url: http://git.wpitchoune.net/gitweb/?p=ptask.git;a=blobdiff_plain;f=po%2FMakefile.in;h=dfc92829522d047089fafd95018ded3386aed9fd;hp=9db356457a92c07dd2e86ec9523112da0948d12c;hb=430a3b824ea169518581ce430b271036dc3e6f44;hpb=ad6fe502638a596a3172c2078b13ceaf5ef3ae3b diff --git a/po/Makefile.in b/po/Makefile.in index 9db3564..dfc9282 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} /home/jporsini/work/wpitchoune/svnpub/ptask/trunk/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 +# ${SHELL} /home/jporsini/work/ptask/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 # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake # versions, $(mkinstalldirs) and $(install_sh) are unused. -mkinstalldirs = $(SHELL) ${SHELL} /home/jporsini/work/wpitchoune/svnpub/ptask/trunk/install-sh -d -install_sh = $(SHELL) ${SHELL} /home/jporsini/work/wpitchoune/svnpub/ptask/trunk/install-sh +mkinstalldirs = $(SHELL) ${SHELL} /home/jporsini/work/ptask/install-sh -d +install_sh = $(SHELL) ${SHELL} /home/jporsini/work/ptask/install-sh MKDIR_P = /bin/mkdir -p -mkdir_p = /bin/mkdir -p +mkdir_p = $(MKDIR_P) GMSGFMT_ = /usr/bin/msgfmt GMSGFMT_no = /usr/bin/msgfmt