diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-12-22 09:40:58 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-12-22 09:40:58 +0000 |
commit | da59dabe758f508dd9a49b3c7b4fe57648834212 (patch) | |
tree | cf46412778cae16012a41c36e74abba79b737e92 /connectivity/com | |
parent | e5bee4bd881ab1dcc80c9a34cc4266ab79a13e70 (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.mk | 6 |
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) |