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

jan Iversen jani at libreoffice.org
Tue Oct 10 05:46:13 UTC 2017


 ios/CustomTarget_iOS.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit adfa2701f9323120d02d2e252a938f02e8ce3a1b
Author: jan Iversen <jani at libreoffice.org>
Date:   Sun Oct 8 17:25:40 2017 +0200

    iOS, only remove current library
    
    Change-Id: Ib6e89ab49eb1dd87a84a4e53ec1117fdf4c1571e

diff --git a/ios/CustomTarget_iOS.mk b/ios/CustomTarget_iOS.mk
index f3e834f5084f..eee114c94a9d 100644
--- a/ios/CustomTarget_iOS.mk
+++ b/ios/CustomTarget_iOS.mk
@@ -144,7 +144,7 @@ $(INSTDIR)/$(IOSAPP): $(IOSAPPPRJ)/project.pbxproj $(IOSGEN)/$(IOSKIT)
 #- clean ios  -----------------------------------------------------------------
 $(call gb_CustomTarget_get_clean_target,ios/ios):
 	$(call gb_Output_announce,$(subst $(WORKDIR)/Clean/,,$@),$(false),ENV,2)
-	rm -rf $(IOSGEN)
+	rm $(IOSGEN)/$(IOSKIT)
 	rm -rf $(SRCDIR)/ios/LibreOfficeKit/LibreOfficeKit.xcodeproj/project.xcworkspace
 	rm -rf $(SRCDIR)/ios/LibreOfficeKit/LibreOfficeKit.xcodeproj/xcuserdata
 	rm -rf $(SRCDIR)/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/project.xcworkspace


More information about the Libreoffice-commits mailing list