diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-05-07 17:25:44 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-05-07 17:28:52 +0200 |
commit | 94fdd5d302e34220a0b1beaf3610658d15c7b808 (patch) | |
tree | e45a51aaf3939ebab9a1ffc44c3c3ed8eb6c1264 /smoketest | |
parent | bca132cae4d0f207fac2a2f31620cd4a90814016 (diff) |
Exempt smoketest.jar from "non-cross-compiling only"
...just like it was implicitly exempted while it was still part of juh.jar.
(The true fix should be to remove this smoketest-support code from general
installation sets, but that is left as an exercise for another day.)
Change-Id: Ia8bb07795facef5f344e3e53c3901f229725d1af
Diffstat (limited to 'smoketest')
-rw-r--r-- | smoketest/Module_smoketest.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/smoketest/Module_smoketest.mk b/smoketest/Module_smoketest.mk index 70f2a3e5257d..30ed698676eb 100644 --- a/smoketest/Module_smoketest.mk +++ b/smoketest/Module_smoketest.mk @@ -23,7 +23,6 @@ ifneq ($(SOLAR_JAVA),) $(eval $(call gb_Module_add_targets,smoketest,\ Extension_TestExtension \ Jar_TestExtension \ - Jar_smoketest \ )) endif @@ -39,4 +38,10 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,smoketest,\ endif +ifneq ($(SOLAR_JAVA),) +$(eval $(call gb_Module_add_targets,smoketest,\ + Jar_smoketest \ +)) +endif + # vim: set noet sw=4 ts=4: |