1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-04 04:14:18 -04:00

po/Makefile (update-po): Remove cd $(srcdir).

It has no useful effect here, because Make runs the next command in
a separate shell process that does not inherit the working directory
from this one.
This commit is contained in:
Kalle Olavi Niemitalo 2007-01-01 17:12:45 +02:00 committed by Kalle Olavi Niemitalo
parent bb04bd6a4a
commit 000883bbbe

View File

@ -71,7 +71,6 @@ $(srcdir)$(PACKAGE).pot: $(srcdir)$(POTFILES_ABS_LIST) $(srcdir)perl/gather-acce
# either <lang> or <lang>.po when calling make. Example: make update-po PO=is
update-po: Makefile $(srcdir)$(PACKAGE).pot
@test -z "$(srcdir)" || cd $(srcdir)
@$(foreach lang,$(basename $(if $(strip $(PO)),$(PO),$(GMOFILES))), \
echo -n "$(lang): "; \
if $(MSGMERGE) $(srcdir)$(lang).po $(srcdir)$(PACKAGE).pot -o $(lang).new.po; then \