diff options
author | Sander Vesik <svesik@openoffice.org> | 2001-02-02 13:26:41 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2001-02-02 13:26:41 +0000 |
commit | 3ce16daf4ef5632f1a24123e9b60607b48bed508 (patch) | |
tree | 4b4fde63431ea2b7d00b84577585d807d2f0c0f9 /stoc/source/inspect | |
parent | 029e04bcafd25a726a758f782369bef62f606441 (diff) |
Merge NetBSD changes by Michael Rauch from OO614B to HEAD.
Diffstat (limited to 'stoc/source/inspect')
-rw-r--r-- | stoc/source/inspect/makefile.mk | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/stoc/source/inspect/makefile.mk b/stoc/source/inspect/makefile.mk index edb19121c..7a2b78a40 100644 --- a/stoc/source/inspect/makefile.mk +++ b/stoc/source/inspect/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: hjs $ $Date: 2000-10-30 14:20:38 $ +# last change: $Author: svesik $ $Date: 2001-02-02 14:26:41 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -78,10 +78,8 @@ COMP1TYPELIST=$(TARGET) SLOFILES= \ $(SLO)$/introspection.obj -# NETBSD: somewhere we have to instantiate the static data members. -# NETBSD-1.2.1 doesn't know about weak symbols so the default mechanism for GCC won't work. # SCO and MACOSX: the linker does know about weak symbols, but we can't ignore multiple defined symbols -.IF "$(OS)"=="NETBSD" || "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX" +.IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX" SLOFILES+=$(SLO)$/staticmbinspect.obj .ENDIF |