summaryrefslogtreecommitdiff
path: root/l10ntools/source/help
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-06-15 23:00:37 +0300
committerTor Lillqvist <tml@iki.fi>2011-06-16 21:07:40 +0300
commit165f46f6e6353a703617713d659781bf4eea4bf2 (patch)
tree3b0baae418598927474ec7a90f2dc01dd5e7df22 /l10ntools/source/help
parent5b1fbb58d4e23b85dbc70a78a00666632afc6e42 (diff)
Revert "Don't do anything here when cross-compiling"
We use a BUILD_TYPE keyword instead to bypass l10ntools. This reverts commit cb7948c88ab3e2c8702bef0794455c07ccd88295.
Diffstat (limited to 'l10ntools/source/help')
-rw-r--r--l10ntools/source/help/makefile.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/l10ntools/source/help/makefile.mk b/l10ntools/source/help/makefile.mk
index d79194e10c29..3fd6879a9989 100644
--- a/l10ntools/source/help/makefile.mk
+++ b/l10ntools/source/help/makefile.mk
@@ -35,12 +35,6 @@ 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"