aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorohair <none@none>2011-03-10 13:22:51 -0800
committerohair <none@none>2011-03-10 13:22:51 -0800
commitca97a7a1a3f65a584873821bd364991d11c5a717 (patch)
treea45cc3a94b62bed063d16ad530015c1b1d95878e /make
parentf5670d444d7dddf6962feae978c7674f212a9a91 (diff)
downloadjdk8u_jaxws-ca97a7a1a3f65a584873821bd364991d11c5a717.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 845ee0d8..b8401fb5 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