summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2018-11-30 18:19:09 +0200
committerTor Lillqvist <tml@collabora.com>2018-11-30 18:19:18 +0200
commit0047ca93e80e3cd7303eafff02a7936e853e7ab8 (patch)
tree52f24dd1bdb0b77aca6c1b0cdbcfd1ae1a0bd272 /Makefile.in
parentbfbd60d08be537d197b4b1f77962bb9c813298a3 (diff)
No ios/generated folder is created any longer
The generated files for iOS are now in workdir/CustomTarget/ios. Change-Id: Idee3902eaabf21aa7dacb971ad81f4e2c7df3b5b
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 2de08601c127..55ebf44dd8c4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -178,9 +178,6 @@ clean-host:
rm -fr $(TESTINSTALLDIR)
rm -fr $(INSTDIR)
rm -fr $(WORKDIR)
-ifeq ($(OS),iOS)
- rm -fr $(SRCDIR)/ios/generated
-endif
clean-build:
ifneq ($(CROSS_COMPILING),)