[Libreoffice-commits] .: shell/source

Tor Lillqvist tml at kemper.freedesktop.org
Fri Jul 22 14:01:35 PDT 2011


 shell/source/tools/lngconvex/makefile.mk |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 186e74e0574981e49e5e4adbd39ceffe49f83dd0
Author: Tor Lillqvist <tml at iki.fi>
Date:   Sat Jul 23 00:00:08 2011 +0300

    No need for lngconvex for non-desktop OSes

diff --git a/shell/source/tools/lngconvex/makefile.mk b/shell/source/tools/lngconvex/makefile.mk
index 3ee6298..288f655 100755
--- a/shell/source/tools/lngconvex/makefile.mk
+++ b/shell/source/tools/lngconvex/makefile.mk
@@ -37,6 +37,11 @@ ENABLE_EXCEPTIONS=TRUE
 
 .INCLUDE :  settings.mk
 
+.IF "$(BUILD_TYPE)"=="$(BUILD_TYPE:s/DESKTOP//)"
+ALL:
+    @echo No need for this on non-desktop OSes
+.ENDIF
+
 # --- Files --------------------------------------------------------
 
 .IF "$(COM)"=="GCC"


More information about the Libreoffice-commits mailing list