Index: po/Makefile.in.in =================================================================== RCS file: /cvsroot/grep/grep/po/Makefile.in.in,v retrieving revision 1.3 diff -u -r1.3 Makefile.in.in --- po/Makefile.in.in 15 Mar 2002 10:40:17 -0000 1.3 +++ po/Makefile.in.in 30 Apr 2005 13:11:24 -0000 @@ -82,7 +82,7 @@ all-yes: cat-id-tbl.c $(CATALOGS) all-no: -$(srcdir)/$(PACKAGE).pot: $(POTFILES) +$(PACKAGE).pot: $(POTFILES) $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \ --add-comments --keyword=_ --keyword=N_ \ --files-from=$(srcdir)/POTFILES.in \ @@ -91,7 +91,7 @@ && mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot ) $(srcdir)/cat-id-tbl.c: stamp-cat-id; @: -$(srcdir)/stamp-cat-id: $(PACKAGE).pot +stamp-cat-id: $(PACKAGE).pot rm -f cat-id-tbl.tmp sed -f ../intl/po2tbl.sed $(srcdir)/$(PACKAGE).pot \ | sed -e "s/@PACKAGE NAME@/$(PACKAGE)/" > cat-id-tbl.tmp