2011/7/19 Laurynas Biveinis <laurynas.bivei...@gmail.com>: > 2011/7/18 Romain Geissler <romain.geiss...@gmail.com>: >> * gengtype-state.c (#include "bconfig.h"): #include "config.h" >> with host CC > > include "bconfig.h" if GENERATOR_FILE is defined, "config.h" otherwise. > >> * gengtype.c: Likewise >> * gengtype-lex.l: Likewise >> * gengtype-parse.c: Likewise > > > "Likewise.", full stops. > >> * Makefile.in (gengtype): compile and install for host when >> enable_plugins > > "compile and install for host when $enable_plugin is set.", also full stop. > >> (gtype.state): install when enable_plugins > > Similar to above, and full stop. > > The non-Makefile changes are OK. > > Thank you, > -- > Laurynas
Thank you for correcting me, i'm still not very comfortable with ChangeLogs. Here is the new Changelog: 2011-07-18 Romain Geissler <romain.geiss...@gmail.com> * gengtype-state.c (#include "bconfig.h"): include "bconfig.h" if GENERATOR_FILE is defined, "config.h" otherwise. * gengtype.c: Likewise. * gengtype-lex.l: Likewise. * gengtype-parse.c: Likewise. * Makefile.in (gengtype): compile and install for host when $enable_plugins is set to "yes". (gtype.state): install when $enable_plugins is set to "yes". Romain Geissler