[Libreoffice-commits] .: shell/source

Tor Lillqvist tml at kemper.freedesktop.org
Sun Jun 12 09:20:23 PDT 2011


 shell/source/unix/sysshell/makefile.mk |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 1479f04851d376d0fcec8e45b4caa33aca8701b8
Author: Tor Lillqvist <tml at iki.fi>
Date:   Sun Jun 12 19:19:21 2011 +0300

    Don't build this for iOS or Android either

diff --git a/shell/source/unix/sysshell/makefile.mk b/shell/source/unix/sysshell/makefile.mk
index 60605ef..80cca7c 100755
--- a/shell/source/unix/sysshell/makefile.mk
+++ b/shell/source/unix/sysshell/makefile.mk
@@ -42,7 +42,7 @@ CFLAGS+=-DSYSTEM_EXPAT
 
 # --- Files --------------------------------------------------------
 
-.IF "$(OS)" != "MACOSX"
+.IF "$(OS)" != "MACOSX" && "$(OS)" != "IOS" && "$(OS)" != "ANDROID"
 
 SLOFILES=$(SLO)$/recently_used_file.obj \
          $(SLO)$/recently_used_file_handler.obj
@@ -59,9 +59,9 @@ SHL1VERSIONMAP=recfile.map
 .ELSE
 
 dummy:
-    @echo "Nothing to build for MACOSX"
+    @echo "Nothing to build for $(OS)"
 
-.ENDIF # MACOSX
+.ENDIF
 # --- Targets ------------------------------------------------------
 
 .INCLUDE : target.mk


More information about the Libreoffice-commits mailing list