This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/13485] [3.4 regression] Generated files no longer get messages extracted
- From: "steven at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Jan 2004 13:57:46 -0000
- Subject: [Bug other/13485] [3.4 regression] Generated files no longer get messages extracted
- References: <20031224202101.13485.jsm28@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From steven at gcc dot gnu dot org 2004-01-14 13:57 -------
Makefile.in has:
# Make-lang.in should add dependencies of po-generated on any generated
# files which need to be scanned by gettext (usually Yacc-generated parsers).
po-generated: $(parsedir)/c-parse.c options.c
And the Make-lang.ins have a po-generated target too.
Joseph, isn't this what proposed we should do?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13485