summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyuno/zipcore/makefile.mk4
-rw-r--r--shell/source/unix/sysshell/makefile.mk2
2 files changed, 4 insertions, 2 deletions
diff --git a/pyuno/zipcore/makefile.mk b/pyuno/zipcore/makefile.mk
index ce0a3a4aa733..166fff4393ae 100644
--- a/pyuno/zipcore/makefile.mk
+++ b/pyuno/zipcore/makefile.mk
@@ -36,8 +36,10 @@ LIBTARGET=NO
UWINAPILIB =
.IF "$(SYSTEM_PYTHON)" == "YES"
+
systempython:
- @echo "Not building python-core because system python is being used"
+# nothing
+
.ELSE
.INCLUDE : pyversion.mk
diff --git a/shell/source/unix/sysshell/makefile.mk b/shell/source/unix/sysshell/makefile.mk
index 93ca678d6438..df97be94d948 100644
--- a/shell/source/unix/sysshell/makefile.mk
+++ b/shell/source/unix/sysshell/makefile.mk
@@ -67,7 +67,7 @@ SHL1OBJS=$(SLOFILES)
.ELSE
dummy:
- @echo "Nothing to build for $(OS)"
+# nothing
.ENDIF
# --- Targets ------------------------------------------------------