From 4c63fd10a548d4e9e1848e2a4d7058cd91ede843 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 22 Sep 2013 19:59:37 +0300 Subject: Try to fix cross-compilation Add more FOO_FOR_BUILD variables and some gb_Foo_for_build functions. Get rid of gb_INSTROOT and gb_DEVINSTALLROOT, just use INSTROOT. Change-Id: Iee531b02d14fae41edb68ad589a5dec829a60255 --- ios/CustomTarget_LibreOffice_app.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ios') diff --git a/ios/CustomTarget_LibreOffice_app.mk b/ios/CustomTarget_LibreOffice_app.mk index b8a55be629b3..1bf679935932 100644 --- a/ios/CustomTarget_LibreOffice_app.mk +++ b/ios/CustomTarget_LibreOffice_app.mk @@ -81,7 +81,7 @@ $(SCRIPT_OUTPUT_FILE_0) : $(call gb_Executable_get_target,LibreOffice) # # soffice.cfg # - cp -R $(gb_INSTROOT)/share/config/soffice.cfg $(appdir)/share/config + cp -R $(INSTROOT)/share/config/soffice.cfg $(appdir)/share/config # # "registry" # -- cgit