diff options
author | Oliver Braun <obr@openoffice.org> | 2001-04-09 08:10:35 +0000 |
---|---|---|
committer | Oliver Braun <obr@openoffice.org> | 2001-04-09 08:10:35 +0000 |
commit | 34b133c2f6fec071358f79ee7de429a79b1a4fa5 (patch) | |
tree | 9995535cc3988de7c32c1a94b2cb521b6b220420 /sal/osl/all/makefile.mk | |
parent | a03a38752d147a918662ba7e062a31a6f17f2c3c (diff) |
removed omutex from static object list
Diffstat (limited to 'sal/osl/all/makefile.mk')
-rw-r--r-- | sal/osl/all/makefile.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sal/osl/all/makefile.mk b/sal/osl/all/makefile.mk index 7d6938510ddf..94dd7bb6ac5c 100644 --- a/sal/osl/all/makefile.mk +++ b/sal/osl/all/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: obr $ $Date: 2001-04-06 14:56:26 $ +# last change: $Author: obr $ $Date: 2001-04-09 09:10:35 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -85,7 +85,6 @@ SLOFILES= $(SLO)$/isocket.obj \ #.IF "$(UPDATER)"=="YES" OBJFILES= $(OBJ)$/isocket.obj \ - $(OBJ)$/omutex.obj \ $(OBJ)$/logmodule.obj \ $(OBJ)$/utility.obj #.ENDIF |