diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-07-10 18:14:02 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-07-10 18:45:34 +0200 |
commit | 88da060b47b46da506a6760f7b24cd95cfc6a8f6 (patch) | |
tree | 47324956ca7543a5c2feead07b2947f57be42c98 /solenv | |
parent | 17ea32a1a36d81a0a12df12adbe15e8eaf1c7c62 (diff) |
solenv/inc: SOLAR_JAVA should not be overwritten here.
SOLAR_JAVA should really be set by configure.
Thanks to Pierre-Eric Pelloux-Prayer <pierre-eric@lanedo.com> for the
hint.
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/inc/unxsogi.mk | 2 | ||||
-rw-r--r-- | solenv/inc/unxsogs.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/solenv/inc/unxsogi.mk b/solenv/inc/unxsogi.mk index 49ca1f3190c6..71875560e2c4 100644 --- a/solenv/inc/unxsogi.mk +++ b/solenv/inc/unxsogi.mk @@ -29,7 +29,7 @@ ASM=/usr/ccs/bin/as AFLAGS=-P -SOLAR_JAVA=TRUE +SOLAR_JAVA*=TRUE JAVAFLAGSDEBUG=-g # _PTHREADS is needed for the stl diff --git a/solenv/inc/unxsogs.mk b/solenv/inc/unxsogs.mk index 6a17f5969f90..a4151439beb8 100644 --- a/solenv/inc/unxsogs.mk +++ b/solenv/inc/unxsogs.mk @@ -29,7 +29,7 @@ ASM=/usr/ccs/bin/as AFLAGS=-P -SOLAR_JAVA=TRUE +SOLAR_JAVA*=TRUE JAVAFLAGSDEBUG=-g # _PTHREADS is needed for the stl |