diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2001-01-09 11:48:18 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2001-01-09 11:48:18 +0000 |
commit | 842d5116dbc16f9fa94cc58b1962aff58e2ac90c (patch) | |
tree | 62fae007699409fbcbb15460e9a22c6ca2a47fff /cppu/source | |
parent | 6891d52cc434f191521eade93205f969d62531d5 (diff) |
minor makefile cleanup
Diffstat (limited to 'cppu/source')
-rw-r--r-- | cppu/source/threadpool/makefile.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/cppu/source/threadpool/makefile.mk b/cppu/source/threadpool/makefile.mk index ac2397673bcc..c7d588dda913 100644 --- a/cppu/source/threadpool/makefile.mk +++ b/cppu/source/threadpool/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: dbo $ $Date: 2000-12-21 14:39:23 $ +# last change: $Author: dbo $ $Date: 2001-01-09 12:48:17 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -80,9 +80,6 @@ SLOFILES=\ $(SLO)$/threadident.obj\ $(SLO)$/current.obj -# $(SLO)$/threadpool.obj \ -# $(SLO)$/process.obj \ - # --- Targets ------------------------------------------------------ .INCLUDE : ..$/..$/util$/target.pmk |