]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Tweak PATH.
authorBruno Haible <bruno@clisp.org>
Wed, 17 Jan 2001 17:42:14 +0000 (17:42 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 17 Jan 2001 17:42:14 +0000 (17:42 +0000)
po/ChangeLog
po/Makefile.in.in

index f1e54d01c64fcdabcca4cd2cd10d2a50cd506d50..5da665bae63361bf09064960c98996bb4e4d4dd0 100644 (file)
@@ -1,3 +1,7 @@
+2001-01-06  Bruno Haible  <haible@clisp.cons.org>
+
+       * Makefile.in.in (update-po): Set PATH only for the gettext package.
+
 2001-01-04  Bruno Haible  <haible@clisp.cons.org>
 
        * Makefile.in.in (install-data-yes): Fix syntax error with "@".
index 166e133eaa5067a3bb08d32cb53bed3f8ee2413e..11e708c8d8646bb17abd400b330a4df53b170d2c 100644 (file)
@@ -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 \