diff options
-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 |