diff options
author | Kenneth Russel <[email protected]> | 2006-05-29 14:50:25 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2006-05-29 14:50:25 +0000 |
commit | 12a159aebd5bc3f64bb4b9a4be967b635f378de2 (patch) | |
tree | f2048bcbe9ee99acb298dd89382d7737c80e5140 /make | |
parent | 412d0eef03da9d34a67713b11d71fe7d00f25aed (diff) |
Fixed error message in Solaris/SPARCv9 part of dist target
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@788 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make')
-rw-r--r-- | make/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/build.xml b/make/build.xml index 7d9c45efb..39d3ce785 100644 --- a/make/build.xml +++ b/make/build.xml @@ -1300,9 +1300,9 @@ </condition> <fail unless="solsparcv9.complete"> ****************************************************************** - ** Files are missing from the Solaris/SPARC build. This will ** + ** Files are missing from the Solaris/SPARCv9 build. This will ** ** cause the distribution to be incomplete. Please check the ** - ** status of the Solaris/SPARC build and try again. ** + ** status of the Solaris/SPARCv9 build and try again. ** ****************************************************************** </fail> </target> |