From da59dabe758f508dd9a49b3c7b4fe57648834212 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 22 Dec 2006 09:40:58 +0000 Subject: #i72858# Correct JAVACLASSFILES to make it compile (patch by ericb - thanks a lot). --- connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'connectivity/com') 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) -- cgit