changeset 229:e8be6b716643

7025412: make381 issues with quotes in jdk/make/docs/Makefile and other places Reviewed-by: mchung
author ohair
date Thu, 10 Mar 2011 13:21:59 -0800
parents 8e1148c7911b
children 1259c6d09d09
files make/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make/Makefile	Thu Mar 03 14:13:04 2011 -0800
+++ b/make/Makefile	Thu Mar 10 13:21:59 2011 -0800
@@ -136,7 +136,7 @@
 else
   ANT = ant
   ifneq ($(shell which $(ANT) > /dev/null; echo $$?), 0)
-    $(error "\"ant\" not found; please set ANT_HOME or put \"ant\" on your PATH")
+    $(error "'ant' not found; please set ANT_HOME or put 'ant' on your PATH")
   endif
 endif