From: Bruno Haible Date: Wed, 7 Mar 2001 14:28:30 +0000 (+0000) Subject: The GCC problem is already fixed by the removal of cat-id-tbl.c. X-Git-Tag: v0.10.36~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9f19ed7f6cedcb1435e8d9c906646c37f01d2f5;p=thirdparty%2Fgettext.git The GCC problem is already fixed by the removal of cat-id-tbl.c. --- diff --git a/Admin/plans b/Admin/plans index ad89fbfdf..df1deefa8 100644 --- a/Admin/plans +++ b/Admin/plans @@ -1,8 +1,5 @@ Things we plan to do. Comments welcome. -- For gcc: Making the .pot files is maintainer mode; otherwise building - breaks for normal users which don't have all the source. - - Respect the GNU standard targets in intl/Makefile.in and po/Makefile.in.in. - gettextize needs not copy intl/ChangeLog. Instead create an empty ChangeLog, diff --git a/po/Makefile.in.in b/po/Makefile.in.in index a1be36fa2..6a5b01675 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -76,6 +76,10 @@ all: all-@USE_NLS@ all-yes: $(CATALOGS) all-no: +# Note: Target 'all' must not depend on target '$(srcdir)/$(PACKAGE).pot', +# otherwise packages like GCC can not be built if only parts of the source +# have been downloaded. + $(srcdir)/$(PACKAGE).pot: $(POTFILES) $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \ --add-comments --keyword=_ --keyword=N_ \