From 000883bbbe85be652a1521866c8bdfc88c927b87 Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Mon, 1 Jan 2007 17:12:45 +0200 Subject: [PATCH] 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. --- po/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/po/Makefile b/po/Makefile index 4d76c8d89..77d62fccd 100644 --- a/po/Makefile +++ b/po/Makefile @@ -71,7 +71,6 @@ $(srcdir)$(PACKAGE).pot: $(srcdir)$(POTFILES_ABS_LIST) $(srcdir)perl/gather-acce # either or .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 \