7025412: make381 issues with quotes in jdk/make/docs/Makefile and other places
Reviewed-by: mchung
This commit is contained in:
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user