diff options
-rw-r--r-- | io/test/makefile.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/io/test/makefile.mk b/io/test/makefile.mk index ebd316f07..90a19eb1a 100644 --- a/io/test/makefile.mk +++ b/io/test/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: obo $ $Date: 2007-01-25 13:36:20 $ +# last change: $Author: vg $ $Date: 2007-02-06 13:20:08 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -44,9 +44,7 @@ ENABLE_EXCEPTIONS=TRUE # --- Settings ----------------------------------------------------- -.INCLUDE : svpre.mk .INCLUDE : settings.mk -.INCLUDE : sv.mk # --- Files -------------------------------------------------------- OBJFILES= $(OBJ)$/testcomponent.obj \ |