diff options
-rw-r--r-- | Mk/bsd.java.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Mk/bsd.java.mk b/Mk/bsd.java.mk index 2233c81..fdf1062 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 |