summaryrefslogtreecommitdiff
path: root/connectivity/com/sun/star
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-03-15 08:04:54 +0000
committerOliver Bolte <obo@openoffice.org>2005-03-15 08:04:54 +0000
commitc8476e79499341e4788af7c3a43c1ffe263399dd (patch)
tree21c3a7158579dd977d039087469d2606d76ede86 /connectivity/com/sun/star
parente7ded5bf2cf2e379d01a3fc2460fd1d7c1972bd4 (diff)
INTEGRATION: CWS gcj3 (1.3.30); FILE MERGED
2005/03/07 15:35:41 cmc 1.3.30.1: #i44359# hsqldb can be built with gcj now
Diffstat (limited to 'connectivity/com/sun/star')
-rw-r--r--connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk9
1 files changed, 2 insertions, 7 deletions
diff --git a/connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk b/connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk
index 1bebef586010..6cf05682b03a 100644
--- a/connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk
+++ b/connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: vg $ $Date: 2005-03-10 15:15:05 $
+# last change: $Author: obo $ $Date: 2005-03-15 09:04:54 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -67,10 +67,6 @@ TARGET = sdbc_hsqldb
# --- Settings -----------------------------------------------------
.INCLUDE: settings.mk
-.IF "$(JDK)"=="gcj"
-all:
- @echo This dir cannot be build with gcj because of org.hsqldb.lib.FileAccess
-.ELSE
# --- Files --------------------------------------------------------
@@ -92,4 +88,3 @@ JARTARGET = $(TARGET).jar
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.ENDIF