This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: tags and dist target broken with VPATH
- To: rganesan@novell.com
- Subject: Re: tags and dist target broken with VPATH
- From: Tom Tromey <tromey@cygnus.com>
- Date: Sun, 27 Jun 1999 09:27:48 -0700
- Cc: Tom Tromey <tromey@cygnus.com>, automake@gnu.org
- References: <14196.38530.643594.361298@sonali.blr.novell.com>
>>>>> "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