This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/13485] [3.4 regression] Generated files no longer get messages extracted


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]