diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/stream/makefile.mk | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/tools/source/stream/makefile.mk b/tools/source/stream/makefile.mk index 3e2f7599f71e..63ea270a8ac2 100644 --- a/tools/source/stream/makefile.mk +++ b/tools/source/stream/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: rt $ $Date: 2005-09-09 14:33:46 $ +# last change: $Author: hr $ $Date: 2006-06-19 13:50:49 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -62,9 +62,6 @@ OBJFILES+= $(OBJ)$/stream.obj \ .INCLUDE : target.mk $(SLO)$/strmsys.obj : \ - strmos2.cxx \ strmwnt.cxx \ - strmmac.cxx \ - strmunx.cxx \ - strmstd.cxx + strmunx.cxx |