]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
The GCC problem is already fixed by the removal of cat-id-tbl.c.
authorBruno Haible <bruno@clisp.org>
Wed, 7 Mar 2001 14:28:30 +0000 (14:28 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 7 Mar 2001 14:28:30 +0000 (14:28 +0000)
Admin/plans
po/Makefile.in.in

index ad89fbfdf2f2051918a608d75ec8c364521c4590..df1deefa8b920c922999a41e6a626230ee2cacc2 100644 (file)
@@ -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,
index a1be36fa2811a87a928ed869b1a3fc11e6f8555e..6a5b01675b93a82a6fd821092f4b671fe92c04af 100644 (file)
@@ -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_ \