summaryrefslogtreecommitdiffstats
path: root/jvmaccess/source
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-11-26 00:28:49 +0200
committerTor Lillqvist <tml@iki.fi>2011-11-26 00:34:14 +0200
commit177fd47a8c77848c00632398ec233464cb8575e2 (patch)
tree76d3024c7bb92e7c17b35db3585ea0357f6851e6 /jvmaccess/source
parentxargs on MacOSX seems a bit broken, work around that (diff)
downloadcore-177fd47a8c77848c00632398ec233464cb8575e2.tar.gz
core-177fd47a8c77848c00632398ec233464cb8575e2.zip
Don't bother building anything here for iOS
Diffstat (limited to 'jvmaccess/source')
-rw-r--r--jvmaccess/source/makefile.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/jvmaccess/source/makefile.mk b/jvmaccess/source/makefile.mk
index 44e0313398e6..8c19c93fcaff 100644
--- a/jvmaccess/source/makefile.mk
+++ b/jvmaccess/source/makefile.mk
@@ -33,6 +33,11 @@ ENABLE_EXCEPTIONS = TRUE
.INCLUDE: settings.mk
+.IF "$(OS)" == "IOS"
+ALL:
+ @echo Nothing done for $(OS)
+.ENDIF
+
SLOFILES = \
$(SLO)$/classpath.obj \
$(SLO)$/unovirtualmachine.obj \