> "Martin" == Martin Frydl <[EMAIL PROTECTED]> writes:
Replying to some ancient email ...
>> Then again, the question is why is VPATH support triggered, since I
>> thought we were neutralizing it.
Martin> I just tried to build from other directory than where are the
Martin> sources. Or thi
> >> This is precisely why we don't support VPATH onm SunOS. So don't
> >> use it, and let Automake to without.
>
> s/to/do/, sorry.
>
> Martin> I'm surely missing something here, but my patch seems to work
> Martin> fine. What are other problems which lead to not support VPATH
> Martin> on Sun
> "Martin" == Martin Frydl <[EMAIL PROTECTED]> writes:
>> This is precisely why we don't support VPATH onm SunOS. So don't
>> use it, and let Automake to without.
s/to/do/, sorry.
Martin> I'm surely missing something here, but my patch seems to work
Martin> fine. What are other problems wh
Akim Demaille wrote:
>
> > "Martin" == Martin Frydl <[EMAIL PROTECTED]> writes:
>
> Martin> Hello, I've encountered problem when using automake generated
> Martin> makefiles with Sun's make.
>
> Martin> When VPATH is used with Sun's make, it changes
> Martin> filenames in rules. Let
> "Martin" == Martin Frydl <[EMAIL PROTECTED]> writes:
Martin> Hello, I've encountered problem when using automake generated
Martin> makefiles with Sun's make.
Martin> When VPATH is used with Sun's make, it changes
Martin> filenames in rules. Lets have a makefile like this:
This is
Hello,
I've encountered problem when using automake generated makefiles with
Sun's make.
When VPATH is used with Sun's make, it changes filenames in rules. Lets
have a makefile like this:
VPATH=dir
file.y: file.x
echo file.x
We have file.x in directory dir so th