[Openais] [PATCH openais 9/9] sync with pkgconfig/Makefile.am from corosync

Jim Meyering jim at meyering.net
Sun Jun 21 11:42:59 PDT 2009


From: Jim Meyering <meyering at redhat.com>

* 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#@''PREFIX@#$(exec_prefix)#g' \
+		-e 's#@''LIBDIR@#$(libdir)#g' \
+		-e 's#@''LIBVERSION@#$(VERSION)#g' \
+		-e 's#@''LIB@#'$(*:lib%=%)'#g' \
 	    $< > $@-t
 	chmod a-w $@-t
 	mv $@-t $@
-- 
1.6.3.2.448.g363bdb



More information about the Openais mailing list