diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2003-10-16 23:06:29 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2003-10-16 23:06:29 +0000 |
commit | 46096039894cc873aa922b2b49fe95aa5966f98e (patch) | |
tree | 515f9491e63a1de013696c4cd058b8d8c3464e97 /java | |
parent | ec1bb1b40738a10599d40368d01175cc56f4cea1 (diff) |
. Fix pre-everything target.
PR: 58148
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Notes
Notes:
svn path=/head/; revision=91459
Diffstat (limited to 'java')
-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" |