diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-02 17:34:26 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-02 17:34:26 +0000 |
commit | bc4d4f0a1ec0cd03ea1abb8bc2c180e1bbc36e6d (patch) | |
tree | 931137486a2a6e198535091885710d97ac50d2eb /ucb/source | |
parent | 20a6d1b605643e656b4ee1e4afee550fbcb7810b (diff) |
INTEGRATION: CWS geordi2q14 (1.7.120); FILE MERGED
2004/01/30 15:42:17 hr 1.7.120.1: #111934#: merge CWS ooo111fix2
Diffstat (limited to 'ucb/source')
-rw-r--r-- | ucb/source/cacher/makefile.mk | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/ucb/source/cacher/makefile.mk b/ucb/source/cacher/makefile.mk index 390b07c0c37b..6010b29ec760 100644 --- a/ucb/source/cacher/makefile.mk +++ b/ucb/source/cacher/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: kso $ $Date: 2002-06-25 13:03:40 $ +# last change: $Author: hr $ $Date: 2004-02-02 18:34:26 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -104,10 +104,5 @@ DEF1NAME=$(SHL1TARGET) DEF1EXPORTFILE=exports.dxp DEF1DES=Cached Dynamic Resultset -# Make symbol renaming match library name for Mac OS X -.IF "$(OS)"=="MACOSX" -SYMBOLPREFIX=$(TARGET)$(UCB_MAJOR) -.ENDIF - .INCLUDE: target.mk |