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.cAh. 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? I'll test that later today or tomorrow (it's a busy day today). -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA http://www.8t8.us/configs/gpg-key-transition-statement.txt
signature.asc
Description: PGP signature
