cli_ure/CustomTarget_cli_ure_assemblies.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9fc7ccf1af12a77a9661abb2fb858e94f23c44ab
Author: David Tardon <dtar...@redhat.com>
Date:   Mon Aug 6 17:00:27 2012 +0200

    add missing semicolons
    
    Change-Id: I639f243263a37f8c26d1ba530eb0cfac5a7dfcd7

diff --git a/cli_ure/CustomTarget_cli_ure_assemblies.mk 
b/cli_ure/CustomTarget_cli_ure_assemblies.mk
index ccdeb6e..2bcf5e5 100644
--- a/cli_ure/CustomTarget_cli_ure_assemblies.mk
+++ b/cli_ure/CustomTarget_cli_ure_assemblies.mk
@@ -45,8 +45,8 @@ $(call 
gb_CustomTarget_get_workdir,cli_ure/source)/basetypes/assembly.cs :
 # TODO use macros for this
 $(call gb_CustomTarget_get_workdir,cli_ure/source)/native/assembly.cxx :
        $(GNUCOPY) $< $@.tmp && \
-       echo '[assembly:System.Reflection.AssemblyVersion( 
"$(CLI_CPPUHELPER_NEW_VERSION)" )]' >> $@.tmp && \
-       echo '[assembly:System.Reflection.AssemblyKeyFile( 
"$(OUTDIR)/bin/cliuno.snk" )]' >> $@.tmp && \
+       echo '[assembly:System.Reflection.AssemblyVersion( 
"$(CLI_CPPUHELPER_NEW_VERSION)" )];' >> $@.tmp && \
+       echo '[assembly:System.Reflection.AssemblyKeyFile( 
"$(OUTDIR)/bin/cliuno.snk" )];' >> $@.tmp && \
        mv $@.tmp $@
 
 $(call gb_CustomTarget_get_workdir,cli_ure/source)/ure/assembly.cs :
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to