android/experimental/LOAndroid3/Makefile | 1 + 1 file changed, 1 insertion(+)
New commits: commit 5e3d6134a725f056104741b7ebd2d64e38a5704f Author: Miklos Vajna <vmik...@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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits