summaryrefslogtreecommitdiff
path: root/wizards/com
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 11:13:03 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 11:13:03 +0000
commit965af5dff76e1b9e09e7571548cebff2b3cd5991 (patch)
tree066116771a4c8f8e69e8b36454156dbb55e17b6f /wizards/com
parentf8f0b48d12cb2fadc17fac8467d2d70e3fd1e733 (diff)
INTEGRATION: CWS hr9 (1.3.4); FILE MERGED
2004/11/04 15:10:28 hjs 1.3.4.1: #i10000# fix java dependencies; avoid rebuilds
Diffstat (limited to 'wizards/com')
-rw-r--r--wizards/com/sun/star/wizards/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/wizards/com/sun/star/wizards/makefile.mk b/wizards/com/sun/star/wizards/makefile.mk
index e4c4d4c26bb8..f532c20033d9 100644
--- a/wizards/com/sun/star/wizards/makefile.mk
+++ b/wizards/com/sun/star/wizards/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: pjunck $ $Date: 2004-10-27 13:27:38 $
+# last change: $Author: hr $ $Date: 2004-11-09 12:13:03 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -63,7 +63,7 @@
PRJ = ..$/..$/..$/..
PRJNAME = wizards
TARGET = wizards_common
-PACKAGE = com$/sun$/star$/wizards$/common
+PACKAGE = com$/sun$/star$/wizards
# --- Settings -----------------------------------------------------
@@ -157,7 +157,7 @@ JAVAFILES= \
text$/ViewHandler.java
-JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
+JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:s/.java/.class/))
# --- Targets ------------------------------------------------------