7025412: make381 issues with quotes in jdk/make/docs/Makefile and other places
authorohair
Thu, 10 Mar 2011 13:21:59 -0800
changeset 8601 ac20e9c4f51a
parent 8471 fd444c61e7ed
child 8602 996b5360da68
7025412: make381 issues with quotes in jdk/make/docs/Makefile and other places Reviewed-by: mchung
jaxp/make/Makefile
--- a/jaxp/make/Makefile	Wed Jul 05 17:37:01 2017 +0200
+++ b/jaxp/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