summaryrefslogtreecommitdiff
path: root/testtools/source/bridgetest/pyuno/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'testtools/source/bridgetest/pyuno/makefile.mk')
-rw-r--r--testtools/source/bridgetest/pyuno/makefile.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/testtools/source/bridgetest/pyuno/makefile.mk b/testtools/source/bridgetest/pyuno/makefile.mk
index b7a7294dcf60..bae9a332ec88 100644
--- a/testtools/source/bridgetest/pyuno/makefile.mk
+++ b/testtools/source/bridgetest/pyuno/makefile.mk
@@ -40,8 +40,10 @@ my_components = pythonloader
.INCLUDE : settings.mk
.IF "$(CROSS_COMPILING)"=="YES"
+
all:
- @echo Nothing done when cross-compiling
+# nothing
+
.ENDIF
# --- Files --------------------------------------------------------