summaryrefslogtreecommitdiff
path: root/sc/qa/complex/dataPilot/interfaceTests/container/makefile.mk
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-10-21 15:10:42 +0200
committerMathias Bauer <mba@openoffice.org>2010-10-21 15:10:42 +0200
commit5cb1bf1e0b4ad3d395c84bb24eb87c1a95954f8d (patch)
treec0ebef83971b38936293a37a39fb58543f5d33bd /sc/qa/complex/dataPilot/interfaceTests/container/makefile.mk
parent9d0e54189cbe98d57bf4dab926a09d313ac5d874 (diff)
parent0a7690b5d217ed4936b8f946b6dc0f48778d7b69 (diff)
CWS changehid: resync to m90
Notes
split repo tag: calc_ooo/DEV300_m91
Diffstat (limited to 'sc/qa/complex/dataPilot/interfaceTests/container/makefile.mk')
-rw-r--r--sc/qa/complex/dataPilot/interfaceTests/container/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/qa/complex/dataPilot/interfaceTests/container/makefile.mk b/sc/qa/complex/dataPilot/interfaceTests/container/makefile.mk
index 675fe7be9a1c..d8b4321f0fd1 100644
--- a/sc/qa/complex/dataPilot/interfaceTests/container/makefile.mk
+++ b/sc/qa/complex/dataPilot/interfaceTests/container/makefile.mk
@@ -25,10 +25,10 @@
#
#*************************************************************************
-PRJ = ..$/..$/..$/..$/..
+PRJ = ../../../../..
TARGET = DataPilotInterfaceContainer
PRJNAME = sc
-PACKAGE = complex$/dataPilot$/interfaceTests$/container
+PACKAGE = complex/dataPilot/interfaceTests/container
# --- Settings -----------------------------------------------------
.INCLUDE: settings.mk
@@ -38,7 +38,7 @@ PACKAGE = complex$/dataPilot$/interfaceTests$/container
JARFILES = ridl.jar unoil.jar jurt.jar juh.jar java_uno.jar OOoRunner.jar
JAVAFILES = _XNamed.java
-JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
+JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)/$(PACKAGE)/$(i:b).class)
# --- Targets ------------------------------------------------------