[Flac-dev] Re: beta 10 candidate checked in

Christian Weisgerber naddy at mips.inka.de
Fri Jun 1 18:17:48 PDT 2001


Christian Weisgerber <naddy at mips.inka.de> wrote:

> | # nasm build rule:
> | %.lo: %.s

Even with gmake, this really works only by accident.  Automake
generates a competing suffix rule, and gmake apparently gives the
rule above a higher priority than the suffix rule (or that just
happens to be the evaluation order).

Matt, since you seem to understand automake, can you come up with
something to properly integrate this with automake's logic?

>     .SUFFIXES: .lo .s
>     .s.lo:

(This of course doesn't work with automake.)

-- 
Christian "naddy" Weisgerber                          naddy at mips.inka.de




More information about the Flac-dev mailing list