summaryrefslogtreecommitdiff
path: root/l10ntools/source/help
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-06-15 19:26:53 +0300
committerTor Lillqvist <tml@iki.fi>2011-06-15 19:26:53 +0300
commit73a15b7576fcd831aca08decdba15e8e6fa72536 (patch)
tree4c23d6fb3745c4b50a38bd92d971544ffda1385f /l10ntools/source/help
parent851b841094c6aeddbd85e8a56ea4fb8aee81844b (diff)
Don't do anything here when cross-compiling
Diffstat (limited to 'l10ntools/source/help')
-rw-r--r--l10ntools/source/help/makefile.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/l10ntools/source/help/makefile.mk b/l10ntools/source/help/makefile.mk
index 3fd6879a9989..d79194e10c29 100644
--- a/l10ntools/source/help/makefile.mk
+++ b/l10ntools/source/help/makefile.mk
@@ -35,6 +35,12 @@ TARGETTYPE=CUI
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
+
+.IF "$(CROSS_COMPILING)" == "YES"
+all:
+ @echo Nothing done when cross-compiling
+.ENDIF
+
.INCLUDE : helplinker.pmk
.IF "$(SYSTEM_LIBXSLT)" == "YES"