* On 08 Aug 2015, Kevin J. McCarthy wrote:
> Kevin J. McCarthy wrote:
> > The only question is whether there is a better makefile fix than:
> > - -$${NATIVECC-$(CC)} -o $@ $<
> > + -$${NATIVECC-$(CC)} -o $@ `test -f 'txt2c.c' || echo
> > '$(srcdir)/'`txt2c.c
>
> Ah. I finally figured out what was bothering me with this.
>
> Was there any reason we didn't just add txt2c to noinst_PROGRAMS and
> just say txt2c_SOURCES = txt2c.c?Without digging in, I think probably not. I submitted this as a quick solution to a logged ticket, so was probably looking for minimal impact on the rest of the build at the time. Now that it's survived and is really part of the big picture, it makes sense to treat it like a member of the family. -- David Champion • [email protected]
signature.asc
Description: PGP signature
