langtools/make/Makefile-classic
changeset 5848 c5a4ce47e780
parent 5520 86e4b9a9da40
child 11864 116173ff7d77
--- a/langtools/make/Makefile-classic	Thu Jun 10 16:08:01 2010 -0700
+++ b/langtools/make/Makefile-classic	Thu Jun 10 17:09:56 2010 -0700
@@ -28,9 +28,9 @@
 #
 
 #
-# On Solaris, the 'make' utility from Sun will not work with these makefiles.
-#    This little rule is only understood by Sun's make, and is harmless
-#    when seen by the GNU make tool. If using Sun's make, this causes the
+# On Solaris, the standard 'make' utility will not work with these makefiles.
+#    This little rule is only understood by Solaris make, and is harmless
+#    when seen by the GNU make tool. If using Solaris make, this causes the
 #    make command to fail.
 #
 SUN_MAKE_TEST:sh = @echo "ERROR: PLEASE USE GNU VERSION OF MAKE"; exit 33