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

Fridrich Štrba fridrich.strba at bluewin.ch
Sat Dec 19 10:57:29 PST 2015


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

New commits:
commit a41a69b78aa8a5407f6cdec419c5e7433388388b
Author: Fridrich Štrba <fridrich.strba at bluewin.ch>
Date:   Sat Dec 19 19:57:02 2015 +0100

    Better looking fix
    
    Change-Id: I263f6eaa2c2506212948451cc3946e9b25756422

diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index 75c50a5..5442d99 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -87,8 +87,7 @@ tokens.h : tokens.gperf
 
 tokenhash.h : tokens.gperf
 	$(GPERF) --compare-strncmp -C -m 20 tokens.gperf \
-		| $(SED) -e 's/(char\*)0/(char\*)0, 0/g' \
-		| $(SED) -e 's/register //g' > tokenhash.h
+		| $(SED) -e 's/(char\*)0/(char\*)0, 0/g' -e 's/register //g' > tokenhash.h
 
 tokens.gperf : $(top_srcdir)/src/lib/tokens.txt $(top_srcdir)/src/lib/gentoken.pl
 	$(PERL) $(top_srcdir)/src/lib/gentoken.pl $(top_srcdir)/src/lib/tokens.txt \


More information about the Libreoffice-commits mailing list