Re: Overriding of automake rules fails

2002-04-26 Thread Roger Leigh
Tom Tromey <[EMAIL PROTECTED]> writes: > > "Roger" == Roger Leigh <[EMAIL PROTECTED]> writes: > > Roger> In a Makefile.am, we provide our own mostlyclean-aminfo rule, > Roger> which is identical to the default except that the dvi and ps > Roger> files are not removed. However, whilst this w

Re: Overriding of automake rules fails

2002-04-26 Thread Roger Leigh
Tom Tromey <[EMAIL PROTECTED]> writes: > > "Roger" == Roger Leigh <[EMAIL PROTECTED]> writes: > > Roger> In a Makefile.am, we provide our own mostlyclean-aminfo rule, > Roger> which is identical to the default except that the dvi and ps > Roger> files are not removed. However, whilst this w

Re: Overriding of automake rules fails

2002-04-21 Thread Tom Tromey
> "Roger" == Roger Leigh <[EMAIL PROTECTED]> writes: Roger> In a Makefile.am, we provide our own mostlyclean-aminfo rule, Roger> which is identical to the default except that the dvi and ps Roger> files are not removed. However, whilst this works with GNU Roger> make, Solaris make will still

Overriding of automake rules fails

2002-04-18 Thread Roger Leigh
In a Makefile.am, we provide our own mostlyclean-aminfo rule, which is identical to the default except that the dvi and ps files are not removed. However, whilst this works with GNU make, Solaris make will still use the original rule, because it is still in Makefile.in Would it be possible not to