Re: automake (cvs 2001 Feb 6) incorrectly sees .o rule collision

2001-02-07 Thread Tom Tromey
"Adam" == Adam J Richter [EMAIL PROTECTED] writes: Adam EXTRA_PROGRAMS = typedefs Adam EXTRA_typedefs_SOURCES = typedefs.l Adam It produced the following error: Adam automake: Makefile.am: object `typedefs.$(OBJEXT)' created by Adam `typedefs.c' and ` This is intentional. You only specified

automake (cvs 2001 Feb 6) incorrectly sees .o rule collision

2001-02-06 Thread Adam J. Richter
I built automake from the cvs sources today (2001.02.06), and ran it on the following Makefile.am: EXTRA_PROGRAMS = typedefs EXTRA_typedefs_SOURCES = typedefs.l It produced the following error: automake: Makefile.am: object `typedefs.$(OBJEXT)' created by `typedefs.c' and `