diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-11-17 17:40:49 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-11-17 17:46:15 +0200 |
commit | 6f55d5eaec48212f24bd19b351ddedac3059eb8b (patch) | |
tree | 6cc0967408a24c26a856d182d8fc54ce5edcb42e /testtools/com/sun | |
parent | 5057892990b310d59d25b161ee54273951afaa91 (diff) |
Do build stuff here also when cross-compiling (but don't run)
Diffstat (limited to 'testtools/com/sun')
-rw-r--r-- | testtools/com/sun/star/comp/bridge/makefile.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/testtools/com/sun/star/comp/bridge/makefile.mk b/testtools/com/sun/star/comp/bridge/makefile.mk index 0a6b9a8c1868..7083f2381698 100644 --- a/testtools/com/sun/star/comp/bridge/makefile.mk +++ b/testtools/com/sun/star/comp/bridge/makefile.mk @@ -34,11 +34,6 @@ TARGET=com_sun_star_comp_bridge .INCLUDE : settings.mk -.IF "$(CROSS_COMPILING)"=="YES" -all: - @echo Nothing done when cross-compiling -.ENDIF - # ------------------------------------------------------------------ .IF "$(SOLAR_JAVA)" != "" |