diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 10:57:04 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 10:57:04 +0000 |
commit | a34648db909cef1f198b06a9060665e59b0c020b (patch) | |
tree | e2e76e5c7b0c567b0bfc3197526f9cca94230ca0 /bridges | |
parent | 9e2b620bc3da43a494c3b700abdcea939878332f (diff) |
INTEGRATION: CWS sb71 (1.4.26); FILE MERGED
2007/06/14 15:04:34 sb 1.4.26.1: #i75466# Adapted to new APP|SHLnRPATH.
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/gcc3_linux_s390/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_s390/makefile.mk b/bridges/source/cpp_uno/gcc3_linux_s390/makefile.mk index 844a788be058..65f468035e76 100644 --- a/bridges/source/cpp_uno/gcc3_linux_s390/makefile.mk +++ b/bridges/source/cpp_uno/gcc3_linux_s390/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: obo $ $Date: 2007-01-25 13:28:13 $ +# last change: $Author: vg $ $Date: 2007-10-15 11:57:04 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -64,6 +64,7 @@ SHL1TARGET= $(TARGET) SHL1DEF=$(MISC)$/$(SHL1TARGET).def SHL1IMPLIB=i$(TARGET) SHL1VERSIONMAP=..$/..$/bridge_exports.map +SHL1RPATH=URELIB SHL1OBJS= \ $(SLO)$/except.obj \ |