diff -r 10c77b8c8d3e -r fc6e02d351c4 hotspot/make/solaris/makefiles/saproc.make --- a/hotspot/make/solaris/makefiles/saproc.make Fri Jul 29 09:16:29 2011 -0700 +++ b/hotspot/make/solaris/makefiles/saproc.make Sat Aug 06 08:28:08 2011 -0700 @@ -72,9 +72,9 @@ -e '/^[0-4]\. /b' \ -e '/^5\.[0-9] /b' \ -e '/^5\.10 /b' \ - -e '/ snv_[0-9][0-9]$/b' \ - -e '/ snv_[01][0-4][0-9]$/b' \ - -e '/ snv_15[0-8]$/b' \ + -e '/ snv_[0-9][0-9]$$/b' \ + -e '/ snv_[01][0-4][0-9]$$/b' \ + -e '/ snv_15[0-8]$$/b' \ -e 's/.*/-DSOLARIS_11_B159_OR_LATER/' \ -e 'p' \ )