7025412: make381 issues with quotes in jdk/make/docs/Makefile and other places
authorohair
Thu, 10 Mar 2011 13:22:51 -0800
changeset 8606 d14249641f96
parent 8471 fd444c61e7ed
child 8607 0cea4fe308ee
7025412: make381 issues with quotes in jdk/make/docs/Makefile and other places Reviewed-by: mchung
jaxws/make/Makefile
--- a/jaxws/make/Makefile	Wed Jul 05 17:37:01 2017 +0200
+++ b/jaxws/make/Makefile	Thu Mar 10 13:22:51 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