[Pm-utils] [patch review request] Remove hardcoded /usr/lib/pm-utils/functions dependence
Dan Nicholson
dbn.lists at gmail.com
Thu Jan 31 07:07:18 PST 2008
On Jan 31, 2008 7:02 AM, Victor Lowther <victor.lowther at gmail.com> wrote:
> On Jan 31, 2008 8:11 AM, Dan Nicholson <dbn.lists at gmail.com> wrote:
> > Give this a shot:
> >
> > .SUFFIXES: .in
> > .in:
> > $(do_subst) $< > $@
> >
> > .SUFFIXES are old-style pattern rules. This is what automake uses to
> > be portable across make variants when constricting pattern rules for
> > .c, .o, etc.
>
> Nice. Patch attached (applies on the top of the other two patches in
> this series).
It's actually .SUFFIXES (with the leading .). I don't think SUFFIXES:
is a valid directive.
--
Dan
More information about the Pm-utils
mailing list