From: Bruno Haible Date: Wed, 17 Jan 2001 17:42:14 +0000 (+0000) Subject: Tweak PATH. X-Git-Tag: v0.10.36~186 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67053507debd8316db3c810227ab721d4eb15e38;p=thirdparty%2Fgettext.git Tweak PATH. --- diff --git a/po/ChangeLog b/po/ChangeLog index f1e54d01c..5da665bae 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2001-01-06 Bruno Haible + + * Makefile.in.in (update-po): Set PATH only for the gettext package. + 2001-01-04 Bruno Haible * Makefile.in.in (install-data-yes): Fix syntax error with "@". diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 166e133ea..11e708c8d 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -197,7 +197,7 @@ dist distdir: $(DISTFILES) update-po: Makefile $(MAKE) $(PACKAGE).pot - PATH=`pwd`/../src:$$PATH; \ + if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; fi; \ cd $(srcdir); \ catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \