summaryrefslogtreecommitdiff
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
commit620dd5e2dcfc5581f08abdc482f8e2e40838e1e1 (patch)
treec59e8e4d0d6d9943c8a0a6d610f08687385e861f /connectivity/com
parentcdfb1b9e43a81070154e9a36ebd65fb9def8d596 (diff)
#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 c008110806..29ba8f3912 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)