[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - android/experimental

Miklos Vajna vmiklos at collabora.co.uk
Tue Mar 31 00:36:26 PDT 2015


 android/experimental/LOAndroid3/Makefile |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 5e3d6134a725f056104741b7ebd2d64e38a5704f
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Tue Mar 31 09:34:41 2015 +0200

    android: fix 'make install' in LOAndroid3
    
    The error was:
    
    $ make install verbose=t
    ../../../config_host.mk:655: /git/config__lang.mk: No such file or directory
    make: *** No rule to make target '/git/config__lang.mk'.  Stop.
    
    Change-Id: I4f976c27217cb1827ce2a7b39c1bc301e45f149b

diff --git a/android/experimental/LOAndroid3/Makefile b/android/experimental/LOAndroid3/Makefile
index fbcec0c..346b995 100644
--- a/android/experimental/LOAndroid3/Makefile
+++ b/android/experimental/LOAndroid3/Makefile
@@ -1,4 +1,5 @@
 ifeq ($(BUILDDIR),)
+gb_Side:=host
 include ../../../config_host.mk
 endif
 


More information about the Libreoffice-commits mailing list