diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-02 17:36:42 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-02 17:36:42 +0000 |
commit | 277b59cea3275f5a4769d37458929a9b8b9e18ea (patch) | |
tree | 97159c4659cbfc735c99cd459225bf8f9259e563 /ucb | |
parent | 99f1da52c670e0a31e37b785d7171945336f8ff4 (diff) |
INTEGRATION: CWS geordi2q14 (1.8.78); FILE MERGED
2004/01/30 15:42:21 hr 1.8.78.1: #111934#: merge CWS ooo111fix2
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/hierarchy/makefile.mk | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/ucb/source/ucp/hierarchy/makefile.mk b/ucb/source/ucp/hierarchy/makefile.mk index 718cbfe20fdd..f17425e11777 100644 --- a/ucb/source/ucp/hierarchy/makefile.mk +++ b/ucb/source/ucp/hierarchy/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: hr $ $Date: 2003-03-27 17:26:58 $ +# last change: $Author: hr $ $Date: 2004-02-02 18:36:41 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -111,11 +111,6 @@ SHL1STDLIBS=\ SHL1DEF=$(MISC)$/$(SHL1TARGET).def SHL1LIBS=$(LIB1TARGET) -# Make symbol renaming match library name for Mac OS X -.IF "$(OS)"=="MACOSX" -SYMBOLPREFIX=$(TARGET)$(UCPHIER_MAJOR) -.ENDIF - # --- Def-File --------------------------------------------------------- DEF1NAME=$(SHL1TARGET) |