This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: tags and dist target broken with VPATH


>>>>> "Ganesan" == Ganesan Rajagopal <rganesan@novell.com> writes:

Ganesan> Sorry for the delay in replying. The rule still fails to
Ganesan> handle tags correctly in my source. I've put together a small
Ganesan> source tree which exposes the bug. Please check it
Ganesan> out. Thanks.

Your demo/Makefile.am has this:

    VPATH=@top_srcdir@/src:@srcdir@

This is not supported.  If you want to do this, then you have to deal
with tags yourself somehow.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]