src/lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1700911d88f56c077ca1b49d7c07489a059ed0da Author: Michael Stahl <mst...@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 \ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits