Yes, this indicates that you're not using the GNU make. If you were using GNU make you would see:
Code:
GNU Make 3.80
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Did you try using the "gmake" command instead of "make"? Depending on the platforms, GNU make might be installed as "gmake" instead of "make".
If this doesn't work, this means that GNU make is not found in your PATH. You should check if it's installed on your machine and add it to your PATH. If not installed, you should install it, you'll find it on the "Solaris 10 OS Companion Software DVD" as Matthew mentioned above.
Cheers,
Benoit.