summaryrefslogtreecommitdiffstats
path: root/connectivity/com
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-12-22 09:40:58 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-12-22 09:40:58 +0000
commitda59dabe758f508dd9a49b3c7b4fe57648834212 (patch)
treecf46412778cae16012a41c36e74abba79b737e92 /connectivity/com
parent#i10000# fixing problem which have been caused by integrating cws jl46 and jl49 (diff)
downloadcore-da59dabe758f508dd9a49b3c7b4fe57648834212.tar.gz
core-da59dabe758f508dd9a49b3c7b4fe57648834212.zip
#i72858# Correct JAVACLASSFILES to make it compile (patch by ericb - thanks a lot).
Diffstat (limited to 'connectivity/com')
-rw-r--r--connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk b/connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk
index c00811080695..29ba8f39124c 100644
--- a/connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk
+++ b/connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.10 $
+# $Revision: 1.11 $
#
-# last change: $Author: ihi $ $Date: 2006-12-21 12:11:15 $
+# last change: $Author: rt $ $Date: 2006-12-22 10:40:58 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -69,7 +69,7 @@ JAVAFILES =\
$(SECONDARY_JAVAFILES)
JAVACLASSFILES = $(foreach,i,$(PRIMARY_JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
-JAVACLASSFILES += $(foreach,i,$(SECONDARY_JAVAFILES) $(CLASSDIR)$/$(SECONDARY_PACKAGE)$/$(i:b).class)
+JAVACLASSFILES += $(foreach,i,$(SECONDARY_JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
JARCOMPRESS = TRUE
JARCLASSDIRS = $(PACKAGE) $(SECONDARY_PACKAGE)