summaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility')
-rwxr-xr-xaccessibility/bridge/org/openoffice/java/accessibility/makefile.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/accessibility/bridge/org/openoffice/java/accessibility/makefile.mk b/accessibility/bridge/org/openoffice/java/accessibility/makefile.mk
index 4c3910932c21..119edf538773 100755
--- a/accessibility/bridge/org/openoffice/java/accessibility/makefile.mk
+++ b/accessibility/bridge/org/openoffice/java/accessibility/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: obr $ $Date: 2002-08-19 09:36:22 $
+# last change: $Author: mh $ $Date: 2002-08-27 18:26:11 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -143,4 +143,6 @@ $(JAVADIR)$/$(PACKAGE)$/%.java:
$(CLASSDIR)$/$(PACKAGE)$/Build.class : $(JAVADIR)$/$(PACKAGE)$/Build.java
-+$(JAVAC) -d $(CLASSDIR) $(JAVADIR)$/$(PACKAGE)$/Build.java
+.IF "$(JAVAVER:s/.//)" >= "140"
$(JAVACLASSFILES) : $(UCR)$/internal.db
+.ENDIF