From ba24c70138088c26a71528e95198123231ebac39 Mon Sep 17 00:00:00 2001 From: svu Date: Sat, 13 Aug 2005 23:36:36 +0000 Subject: [PATCH] build fix --- po/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makefile.am b/po/Makefile.am index d4f1650..0060143 100644 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -3,7 +3,7 @@ EXTRA_DIST=$(wildcard *.po) POTFILES POTFILES.in DISTCLEANFILES=.intltool-merge-cache update-pot: - $(INTLTOOL_UPDATE) -p -g $(GETTEXT_PACKAGE) + $(INTLTOOL_UPDATE) -p -g $(PACKAGE) update-po: for i in *.po; do echo Updating $$i; $(INTLTOOL_UPDATE) `basename $$i .po` -g $(GETTEXT_PACKAGE); done -- 2.32.0.93.g670b81a890