diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-06-15 23:00:37 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-06-16 21:07:40 +0300 |
commit | 165f46f6e6353a703617713d659781bf4eea4bf2 (patch) | |
tree | 3b0baae418598927474ec7a90f2dc01dd5e7df22 /l10ntools | |
parent | 5b1fbb58d4e23b85dbc70a78a00666632afc6e42 (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')
-rw-r--r-- | l10ntools/layout/makefile.mk | 5 | ||||
-rw-r--r-- | l10ntools/source/filter/merge/makefile.mk | 5 | ||||
-rw-r--r-- | l10ntools/source/filter/utils/makefile.mk | 5 | ||||
-rw-r--r-- | l10ntools/source/help/makefile.mk | 6 | ||||
-rw-r--r-- | l10ntools/source/makefile.mk | 5 |
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" |