aboutsummaryrefslogtreecommitdiff
path: root/make/Makefile-classic
diff options
context:
space:
mode:
Diffstat (limited to 'make/Makefile-classic')
-rw-r--r--make/Makefile-classic6
1 files changed, 3 insertions, 3 deletions
diff --git a/make/Makefile-classic b/make/Makefile-classic
index b99373fe..90926d4a 100644
--- a/make/Makefile-classic
+++ b/make/Makefile-classic
@@ -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