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 | 033fc33fe669d850e4fa08d3f97ce9184766594f (patch) | |
tree | b8fee6c72a7aab2a3714cc6aacf0caff8680142a /registry | |
parent | 06a925d65e31db9b8e7040e7242edc68a6e0fa8f (diff) |
Merge NetBSD changes by Michael Rauch from OO614B to HEAD.
Diffstat (limited to 'registry')
-rw-r--r-- | registry/source/makefile.mk | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/registry/source/makefile.mk b/registry/source/makefile.mk index 446a3f33960f..ed5cb347db2f 100644 --- a/registry/source/makefile.mk +++ b/registry/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: patrick.luby $ $Date: 2000-09-25 02:34:55 $ +# last change: $Author: svesik $ $Date: 2001-02-02 14:04:43 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -83,10 +83,8 @@ SLOFILES= \ $(SLO)$/reflwrit.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)$/staticmb.obj .ENDIF |