7025412: make381 issues with quotes in jdk/make/docs/Makefile and other places

Reviewed-by: mchung
This commit is contained in:
Kelly O'Hair 2011-03-10 13:22:51 -08:00
parent c6d7830dfc
commit 7c4a7e9628

@ -136,7 +136,7 @@ ifdef ANT_HOME
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