summaryrefslogtreecommitdiff
path: root/Mk/bsd.java.mk
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2003-05-01 16:50:00 +0000
committerGreg Lewis <glewis@FreeBSD.org>2003-05-01 16:50:00 +0000
commit775b2931cb9aebe3002c433f8d83a5e44f5a93a9 (patch)
tree4da4ce18445a0471a7954942986c4bf1b755a409 /Mk/bsd.java.mk
parentupgrade to 0.8.2 (diff)
. Remove an erroneous check that limited USE_JAVA to the form X.Y+. The
form X.Y is also allowed. A similar check is performed later in the file which will catch bogus versions of both forms. Reviewed by: znerd
Notes
Notes: svn path=/head/; revision=79952
Diffstat (limited to 'Mk/bsd.java.mk')
-rw-r--r--Mk/bsd.java.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/Mk/bsd.java.mk b/Mk/bsd.java.mk
index 2233c81749f6..fdf1062e4a51 100644
--- a/Mk/bsd.java.mk
+++ b/Mk/bsd.java.mk
@@ -252,11 +252,6 @@ USE_JAVA= 1.4
. elif (${USE_JAVA} == "1.4+")
USE_JAVA= 1.4
-
-. else
-.BEGIN:
- @${ECHO} "${Java_Include}: Internal error. \"${USE_JAVA}\" is not caught as a valid value for USE_JAVA. Please send an email to ${Java_Include_MAINTAINER} with a detailed description of what you did and what the output was.";
- @${FALSE}
. endif