diff options
Diffstat (limited to 'java/jdk13')
-rw-r--r-- | java/jdk13/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jdk13/Makefile b/java/jdk13/Makefile index 002bae749fa2..ea306d5a1342 100644 --- a/java/jdk13/Makefile +++ b/java/jdk13/Makefile @@ -181,7 +181,7 @@ or 5-CURRENT February 2003 to use either native threads or HotSpot.\n # Warn user about HotSpot build .if defined(WITH_HOTSPOT) -pre-everything: +pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "You have set WITH_HOTSPOT to enable the build of the HotSpot VM." @${ECHO_MSG} "Please note that HotSpot development is still experimental and is" |