diff options
-rw-r--r-- | cppuhelper/test/bootstrap/makefile.mk | 5 | ||||
-rw-r--r-- | cppuhelper/test/loader/makefile.mk | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/cppuhelper/test/bootstrap/makefile.mk b/cppuhelper/test/bootstrap/makefile.mk index 5f235d3b3823..a5ea8fe508b0 100644 --- a/cppuhelper/test/bootstrap/makefile.mk +++ b/cppuhelper/test/bootstrap/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: kz $ $Date: 2007-05-09 13:27:04 $ +# last change: $Author: hr $ $Date: 2007-06-26 16:46:31 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -40,7 +40,6 @@ TARGET := bootstrap.test ENABLE_EXCEPTIONS := TRUE NO_BSYMBOLIC := TRUE -NO_SHL_DESCRIPTION := TRUE USE_DEFFILE := TRUE diff --git a/cppuhelper/test/loader/makefile.mk b/cppuhelper/test/loader/makefile.mk index 150eb34af771..91b8045a4eae 100644 --- a/cppuhelper/test/loader/makefile.mk +++ b/cppuhelper/test/loader/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: kz $ $Date: 2007-05-09 13:27:26 $ +# last change: $Author: hr $ $Date: 2007-06-26 16:46:44 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -40,7 +40,6 @@ TARGET := loader.test ENABLE_EXCEPTIONS := TRUE NO_BSYMBOLIC := TRUE -NO_SHL_DESCRIPTION := TRUE USE_DEFFILE := TRUE |