summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-07-23 00:00:08 +0300
committerTor Lillqvist <tml@iki.fi>2011-07-23 00:00:08 +0300
commit21fad601e62a05fe2faedcf2fadd3ea75b4d33c2 (patch)
tree546dc721b4998ca2bc2ef05297f3e64b4562c666 /shell
parentc076e3b119036e26fa1815b4f8daefa767ebefc8 (diff)
No need for lngconvex for non-desktop OSes
Diffstat (limited to 'shell')
-rwxr-xr-xshell/source/tools/lngconvex/makefile.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/source/tools/lngconvex/makefile.mk b/shell/source/tools/lngconvex/makefile.mk
index 3ee6298e744f..288f655376eb 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"