summaryrefslogtreecommitdiff
path: root/shell/source/cmdmail
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-01-27 15:34:10 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-01-27 15:52:23 +0200
commita6ed487d9703a052f335141d3d44a022d08e84ab (patch)
tree66420202ccf16f782d548aadb3556c7a6af70412 /shell/source/cmdmail
parent68eabebbf7e3f41310fa198fcf5d565fa03c9f6f (diff)
Decrease verbiage a little bit
Diffstat (limited to 'shell/source/cmdmail')
-rw-r--r--shell/source/cmdmail/makefile.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/source/cmdmail/makefile.mk b/shell/source/cmdmail/makefile.mk
index b442d68659a4..b658108fb845 100644
--- a/shell/source/cmdmail/makefile.mk
+++ b/shell/source/cmdmail/makefile.mk
@@ -37,8 +37,10 @@ COMP1TYPELIST=$(TARGET)
.INCLUDE : settings.mk
.IF "$(BUILD_TYPE)" == "$(BUILD_TYPE:s/DESKTOP//)"
+
ALL:
- @echo Nothing done for non-desktop OSes
+# nothing
+
.ENDIF
# --- Files --------------------------------------------------------