summaryrefslogtreecommitdiff
path: root/beanshell
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-03-15 08:08:07 +0000
committerOliver Bolte <obo@openoffice.org>2005-03-15 08:08:07 +0000
commit42b34df38dfc4028006dd2d480a96982fbc5b7b7 (patch)
treebd866ddc6f0284944fbced84ea89960b4c853099 /beanshell
parent4b40f72508f05332ea8a0b770962494541aadb58 (diff)
INTEGRATION: CWS gcj3 (1.2.2); FILE MERGED
2005/03/08 10:36:29 cmc 1.2.2.2: #i44323# beanshell is now compilable with gcj 2005/03/08 10:35:23 cmc 1.2.2.1: #i44323# beanshell is not compilable with gcj
Diffstat (limited to 'beanshell')
-rw-r--r--beanshell/makefile.mk9
1 files changed, 2 insertions, 7 deletions
diff --git a/beanshell/makefile.mk b/beanshell/makefile.mk
index 9ff7ae2cd1e4..bc93449ba1d6 100644
--- a/beanshell/makefile.mk
+++ b/beanshell/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: kz $ $Date: 2005-03-01 13:13:35 $
+# last change: $Author: obo $ $Date: 2005-03-15 09:08:07 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -66,10 +66,6 @@ PRJNAME=ooo_beanshell
TARGET=ooo_beanshell
.IF "$(SOLAR_JAVA)"!=""
-.IF "$(JDK)" == "gcj"
-all:
- @echo This dir cannot be build with gcj because of javax.swing.text.DefaultStyledDocument
-.ELSE
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
@@ -88,7 +84,6 @@ BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS)
.INCLUDE : target.mk
.INCLUDE : tg_ext.mk
-.ENDIF
.ELSE
all:
@echo java disabled