aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorohair <none@none>2011-03-10 13:21:59 -0800
committerohair <none@none>2011-03-10 13:21:59 -0800
commit90ea0a0e61fd86be25d89c5c41d3f48bda094001 (patch)
tree8b989487dfa2209adf7cc89ee3fe0d76fbb15836 /make
parent4d326a1a50601d4d76823788403a94e93b2b7fe2 (diff)
downloadjdk8u_jaxp-90ea0a0e61fd86be25d89c5c41d3f48bda094001.tar.gz
7025412: make381 issues with quotes in jdk/make/docs/Makefile and other places
Reviewed-by: mchung
Diffstat (limited to 'make')
-rw-r--r--make/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/Makefile b/make/Makefile
index 845ee0d..b8401fb 100644
--- a/make/Makefile
+++ b/make/Makefile
@@ -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