[Libreoffice-commits] libvisio.git: src/lib

Michael Stahl mstahl at redhat.com
Mon Jun 16 11:17:16 PDT 2014


 src/lib/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1700911d88f56c077ca1b49d7c07489a059ed0da
Author: Michael Stahl <mstahl at redhat.com>
Date:   Mon Jun 16 20:08:42 2014 +0200

    libvisio: avoid some quoting issue with Win32 make

diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index 6080d31..618f83a 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -88,7 +88,7 @@ $(top_builddir)/src/lib/tokens.h : $(top_builddir)/src/lib/tokens.gperf
 
 $(top_builddir)/src/lib/tokenhash.h : $(top_builddir)/src/lib/tokens.gperf
 	$(GPERF) --compare-strncmp -C -m 20 $(top_builddir)/src/lib/tokens.gperf \
-		| $(SED) -e "s/(char\*)0/(char\*)0, 0/g" > $(top_builddir)/src/lib/tokenhash.h
+		| $(SED) -e 's/(char\*)0/(char\*)0, 0/g' > $(top_builddir)/src/lib/tokenhash.h
 
 $(top_builddir)/src/lib/tokens.gperf : $(top_srcdir)/src/lib/tokens.txt gentoken.pl
 	perl $(top_srcdir)/src/lib/gentoken.pl $(top_srcdir)/src/lib/tokens.txt \


More information about the Libreoffice-commits mailing list