summaryrefslogtreecommitdiffstats
path: root/sal
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-20 18:46:49 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-20 18:46:49 +0000
commite8cb00f2940a15bce3a396fed96ea58ec95f33b7 (patch)
tree15e95018b8e87fe900d799a6215c155b7ba2c504 /sal
parentINTEGRATION: CWS reportdesign01 (1.7.98); FILE MERGED (diff)
downloadcore-e8cb00f2940a15bce3a396fed96ea58ec95f33b7.tar.gz
core-e8cb00f2940a15bce3a396fed96ea58ec95f33b7.zip
INTEGRATION: CWS reportdesign01 (1.5.98); FILE MERGED
2007/10/04 11:36:18 lla 1.5.98.1: #i67655# cleanups
Diffstat (limited to 'sal')
-rw-r--r--sal/qa/rtl/textenc/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/sal/qa/rtl/textenc/makefile.mk b/sal/qa/rtl/textenc/makefile.mk
index 663d13ed414d..2ca1148d2520 100644
--- a/sal/qa/rtl/textenc/makefile.mk
+++ b/sal/qa/rtl/textenc/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: vg $ $Date: 2007-01-16 16:01:59 $
+# last change: $Author: ihi $ $Date: 2007-11-20 19:46:49 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -60,7 +60,7 @@ DEF1NAME =$(SHL1TARGET)
.IF "$(OS)$(CPU)$(COMNAME)" == "LINUXIgcc3"
SHL1VERSIONMAP = linuxigcc3_export.map
.ELSE
-SHL1VERSIONMAP = export.map
+SHL1VERSIONMAP = $(PRJ)$/qa$/export.map
.ENDIF
# END --------------------------------------------------------------
@@ -78,7 +78,7 @@ DEF2NAME =$(SHL2TARGET)
.IF "$(OS)$(CPU)$(COMNAME)" == "LINUXIgcc3"
SHL2VERSIONMAP = linuxigcc3_export.map
.ELSE
-SHL2VERSIONMAP = export.map
+SHL2VERSIONMAP = $(PRJ)$/qa$/export.map
.ENDIF
# END --------------------------------------------------------------