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
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
> "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
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