From 0c5501eef060f00a94b5019c3ecb1eb2a5e7918b Mon Sep 17 00:00:00 2001 From: "mccabe%netscape.com" Date: Wed, 29 Nov 2000 22:36:06 +0000 Subject: [PATCH] Twiddle Make usage message. --- js/rhino/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/js/rhino/Makefile b/js/rhino/Makefile index 14216fe32ff1..ea9a059ffdcc 100644 --- a/js/rhino/Makefile +++ b/js/rhino/Makefile @@ -114,11 +114,11 @@ helpmessage : FORCE @echo @echo 'Define OS_TARGET to "WINNT" to build on Windows NT with GNU make.' @echo - @echo 'NOTE: The make-based build system does not include graphical' - @echo ' debugger or Bean Scripting Framework support. To build with' - @echo ' these, use the Ant build tool.' + @echo 'The make-based build system does not include graphical' + @echo 'debugger or Bean Scripting Framework support. To build with' + @echo 'these, use the Ant build tool.' @echo - @echo ' Ant is available at http://jakarta.apache.org/ant/' + @echo 'Ant is available at http://jakarta.apache.org/ant/' all : jars examples