diff options
author | jan Iversen <jani@libreoffice.org> | 2017-10-08 17:25:40 +0200 |
---|---|---|
committer | jan Iversen <jani@libreoffice.org> | 2017-10-10 07:45:49 +0200 |
commit | adfa2701f9323120d02d2e252a938f02e8ce3a1b (patch) | |
tree | b54632b14aed7dc6c86759cb654df047bf704750 | |
parent | 40056a599c07b6fd18226bc6eabb5be9fb2be3b2 (diff) |
iOS, only remove current library
Change-Id: Ib6e89ab49eb1dd87a84a4e53ec1117fdf4c1571e
-rw-r--r-- | ios/CustomTarget_iOS.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |