This is an old outstanding patch:
http://lists.gnu.org/archive/html/automake-patches/2005-09/msg00013.html
* Stepan Kasal wrote on Tue, Sep 27, 2005 at 05:41:31PM CEST:
> On Tue, Sep 27, 2005 at 05:23:43AM -0500, John Ratliff wrote:
> > I tested it in Linux with automake 1.9.6 and it still doesn't
Hello,
On Tue, Sep 27, 2005 at 05:41:31PM +0200, Stepan Kasal wrote:
>
> 2005-09-27 Stepan Kasal <[EMAIL PROTECTED]>
>
> * automake.in (handle_single_transform): Direct suffix rule preserves
> the directory prefix, so the generated object name should contain
> it, too.
>
Hello,
On Tue, Sep 27, 2005 at 05:23:43AM -0500, John Ratliff wrote:
> I tested it in Linux with automake 1.9.6 and it still doesn't work.
indeed, I previously did some quick testing with rule .list-> .c,
and it worked.
But for rules .foo -> .o it really doesn't work.
I wrote a patch which fixe