patch looks good

On Sun, 2009-06-21 at 20:42 +0200, Jim Meyering wrote:
> From: Jim Meyering <[email protected]>
> 
> * pkgconfig/Makefile.am (lib%.pc): Sync with same rule from
> corosync, to avoid triggering "make syntax-check" failure.
> ---
>  pkgconfig/Makefile.am |    8 ++++----
>  1 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am
> index 7dd2ca9..9bc4718 100644
> --- a/pkgconfig/Makefile.am
> +++ b/pkgconfig/Makefile.am
> @@ -40,10 +40,10 @@ CLEANFILES = $(target_LIBS)
>  lib%.pc: libtemplate.pc.in Makefile
>       rm -f $...@-t $@
>       sed \
> -             -e 's...@prefix@#$(exec_prefix)#g' \
> -             -e 's...@libdir@#$(libdir)#g' \
> -             -e 's...@libversion@#$(VERSION)#g' \
> -             -e 's...@lib@#'$(*:lib%=%)'#g' \
> +             -e 's#@''pre...@#$(exec_prefix)#g' \
> +             -e 's#@''lib...@#$(libdir)#g' \
> +             -e 's#@''libvers...@#$(VERSION)#g' \
> +             -e 's#@''l...@#'$(*:lib%=%)'#g' \
>           $< > $...@-t
>       chmod a-w $...@-t
>       mv $...@-t $@

_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to