summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 08:13:09 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 08:13:09 +0000
commit330e2adf689c891835cb1bd9d32da1ee4b1e3543 (patch)
tree0582f4cc17fe679a06f9bfcb07241962fae072b5 /connectivity
parent8e80226196d9aab651bbb47d1fe5fc93510bc0a6 (diff)
INTEGRATION: CWS dba31a (1.14.32); FILE MERGED
2008/06/06 08:58:45 oj 1.14.32.1: #i57999# fix naming schema
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/hsqldb/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/hsqldb/makefile.mk b/connectivity/source/drivers/hsqldb/makefile.mk
index 86be1b2216..0b16410fa8 100644
--- a/connectivity/source/drivers/hsqldb/makefile.mk
+++ b/connectivity/source/drivers/hsqldb/makefile.mk
@@ -8,7 +8,7 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.14 $
+# $Revision: 1.15 $
#
# This file is part of OpenOffice.org.
#
@@ -91,8 +91,8 @@ SLOFILES=\
SHL1VERSIONMAP=$(HSQLDB_TARGET).map
# --- Library -----------------------------------
-
-SHL1TARGET= $(HSQLDB_TARGET)$(HSQLDB_MAJOR)
+# NO $(DLLPOSTFIX) otherwise we have to find on which plattform we are for the java files
+SHL1TARGET= $(HSQLDB_TARGET)
SHL1OBJS=$(SLOFILES)
SHL1STDLIBS=\
$(CPPULIB) \