summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--l10ntools/layout/makefile.mk5
-rw-r--r--l10ntools/source/filter/merge/makefile.mk5
-rw-r--r--l10ntools/source/filter/utils/makefile.mk5
-rw-r--r--l10ntools/source/help/makefile.mk6
-rw-r--r--l10ntools/source/makefile.mk5
5 files changed, 0 insertions, 26 deletions
diff --git a/l10ntools/layout/makefile.mk b/l10ntools/layout/makefile.mk
index c977cba441cf..dee3c6e81b33 100644
--- a/l10ntools/layout/makefile.mk
+++ b/l10ntools/layout/makefile.mk
@@ -40,11 +40,6 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
-.IF "$(CROSS_COMPILING)" == "YES"
-all:
- @echo Nothing done when cross-compiling
-.ENDIF
-
.IF "$(SYSTEM_EXPAT)" == "YES"
CFLAGS+=-DSYSTEM_EXPAT
.ENDIF
diff --git a/l10ntools/source/filter/merge/makefile.mk b/l10ntools/source/filter/merge/makefile.mk
index cc9efd9118e6..8ef73debd743 100644
--- a/l10ntools/source/filter/merge/makefile.mk
+++ b/l10ntools/source/filter/merge/makefile.mk
@@ -34,11 +34,6 @@ PACKAGE = com$/sun$/star$/filter$/config$/tools$/merge
.INCLUDE: settings.mk
-.IF "$(CROSS_COMPILING)" == "YES"
-all:
- @echo Nothing done when cross-compiling
-.ENDIF
-
#----- compile .java files -----------------------------------------
OWNCOPY = \
diff --git a/l10ntools/source/filter/utils/makefile.mk b/l10ntools/source/filter/utils/makefile.mk
index ca92f4b1b515..43a28d57ee9e 100644
--- a/l10ntools/source/filter/utils/makefile.mk
+++ b/l10ntools/source/filter/utils/makefile.mk
@@ -34,11 +34,6 @@ PACKAGE = com$/sun$/star$/filter$/config$/tools$/utils
.INCLUDE: settings.mk
-.IF "$(CROSS_COMPILING)" == "YES"
-all:
- @echo Nothing done when cross-compiling
-.ENDIF
-
#----- compile .java files -----------------------------------------
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"
diff --git a/l10ntools/source/makefile.mk b/l10ntools/source/makefile.mk
index b581c463f352..86bcea3cbd0e 100644
--- a/l10ntools/source/makefile.mk
+++ b/l10ntools/source/makefile.mk
@@ -40,11 +40,6 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
-.IF "$(CROSS_COMPILING)" == "YES"
-all:
- @echo Nothing done when cross-compiling
-.ENDIF
-
CDEFS+= -DYY_NEVER_INTERACTIVE=1
.IF "$(SYSTEM_EXPAT)" == "YES"