This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: 104-handle-languages-morphing-5.patch
- To: Akim Demaille <akim at epita dot fr>
- Subject: Re: 104-handle-languages-morphing-5.patch
- From: Tom Tromey <tromey at redhat dot com>
- Date: 07 May 2001 12:06:06 -0600
- Cc: Automake <automake at gnu dot org>
- List-Id: Discussion list for automake <automake.gnu.org>
- References: <E14jny2-0001gR-00@nostromo.lrde.epita.fr> <87zocrgzec.fsf@creche.redhat.com> <mv4lmo959h5.fsf@nostromo.lrde.epita.fr>
- Reply-To: tromey at redhat dot com
>>>>> "Akim" == Akim Demaille <akim@epita.fr> writes:
Akim> The test that check this (which I now ) are
Akim> compile_f_c_cxx.test:foo_SOURCES = foo.f bar.c baz.cc
This one doesn't really test the problem I'm thinking of.
In this case the files are all from different languages.
Akim> subobj2.test:wish_SOURCES = generic/a.cc generic/b.cxx
Akim> XFAIL: subobj2.test
This one is the problem.
I thought it was failing (and then marked as xfail) because depend2.am
wasn't being included once per extension.
Tom