--- a/jdk/make/common/shared/Defs-javadoc.gmk Wed Mar 09 23:59:58 2011 -0800
+++ b/jdk/make/common/shared/Defs-javadoc.gmk Thu Mar 10 14:48:32 2011 -0800
@@ -64,7 +64,7 @@
# Macro to construct the copyright line
# (The GNU make 3.78.1 "if" conditional is broken, fixed in GNU make 3.81)
define CopyrightLine # optionalurl optionalfirstyear optionaladdress
-$(if $(strip $1),<a href=\"$(strip $1)\">Copyright</a>,Copyright) \
+$(if $(strip $1),<a href="$(strip $1)">Copyright</a>,Copyright) \
$(COPYRIGHT_SYMBOL) $(if $2,$2${COMMA},) $(COPYRIGHT_YEAR),\
$(FULL_COMPANY_NAME). $3 All rights reserved.
endef