[Libreoffice-commits] core.git: ios/CustomTarget_Viewer_app.mk ios/Executable_Viewer.mk

Tor Lillqvist tml at iki.fi
Sat Mar 2 15:48:27 PST 2013


 ios/CustomTarget_Viewer_app.mk |    3 +--
 ios/Executable_Viewer.mk       |    2 ++
 2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 19a080540f68abd8800b15b140349b1318d33073
Author: Tor Lillqvist <tml at iki.fi>
Date:   Sun Mar 3 01:46:06 2013 +0200

    The Viewer executable, not just the app bundle,  depends on all the libraries
    
    Change-Id: If85d7c8db75dbcd8316193e06b7c337c52216e0c

diff --git a/ios/CustomTarget_Viewer_app.mk b/ios/CustomTarget_Viewer_app.mk
index d2ccf34..7640a14 100644
--- a/ios/CustomTarget_Viewer_app.mk
+++ b/ios/CustomTarget_Viewer_app.mk
@@ -134,8 +134,7 @@ $(SCRIPT_OUTPUT_FILE_0) : $(call gb_Executable_get_target,Viewer)
 else
 # When run just from the command line, we don't have any app bundle to
 # copy or move the executable to. So do nothing.
-$(call gb_CustomTarget_get_target,ios/Viewer_app) : $(call gb_Executable_get_target,Viewer) \
-	$(call gb_Postprocess_get_target,AllModulesButInstsetNative)
+$(call gb_CustomTarget_get_target,ios/Viewer_app) : $(call gb_Executable_get_target,Viewer)
 
 $(call gb_CustomTarget_get_clean_target,ios/Viewer_app) :
 	$(call gb_Output_announce,$(subst $(WORKDIR)/Clean/,,$@),$(false),APP,2)
diff --git a/ios/Executable_Viewer.mk b/ios/Executable_Viewer.mk
index edde852..bd462d5 100644
--- a/ios/Executable_Viewer.mk
+++ b/ios/Executable_Viewer.mk
@@ -27,4 +27,6 @@ $(eval $(call gb_Executable_add_objcxxobjects,Viewer,\
     ios/experimental/Viewer/Viewer/main \
 ))
 
+$(call gb_Executable_get_target,Viewer) : $(call gb_Postprocess_get_target,AllModulesButInstsetNative)
+
 # vim: set ts=4 sw=4 et:


More information about the Libreoffice-commits mailing list