summaryrefslogtreecommitdiff
path: root/shell/source/unix/sysshell/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/unix/sysshell/makefile.mk')
-rw-r--r--shell/source/unix/sysshell/makefile.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/source/unix/sysshell/makefile.mk b/shell/source/unix/sysshell/makefile.mk
index 6e9558ab1346..93ca678d6438 100644
--- a/shell/source/unix/sysshell/makefile.mk
+++ b/shell/source/unix/sysshell/makefile.mk
@@ -38,8 +38,10 @@ VISIBILITY_HIDDEN = TRUE
.INCLUDE : settings.mk
.IF "$(BUILD_TYPE)" == "$(BUILD_TYPE:s/DESKTOP//)"
+
ALL:
- @echo Nothing done for non-desktop OSes
+# nothing
+
.ENDIF
.IF "$(SYSTEM_EXPAT)" == "YES"