diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-02-06 12:24:13 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-02-06 12:24:13 +0000 |
commit | 77320c67753bbbe00cc89e1a84fb83c293781a69 (patch) | |
tree | 2404fafb627fc5475930112f8aa5c6315d9660a2 /cppu/source | |
parent | 360b4e5d0f5fe342f51fbad4ac30a9eec757559f (diff) |
INTEGRATION: CWS ause074 (1.4.92); FILE MERGED
2007/01/30 12:03:54 hjs 1.4.92.1: #i73801# remove remaining usages of sv[pre].mk
Diffstat (limited to 'cppu/source')
-rw-r--r-- | cppu/source/cppu/makefile.mk | 6 | ||||
-rw-r--r-- | cppu/source/threadpool/makefile.mk | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/cppu/source/cppu/makefile.mk b/cppu/source/cppu/makefile.mk index f723422aa409..fa134c09073a 100644 --- a/cppu/source/cppu/makefile.mk +++ b/cppu/source/cppu/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: rt $ $Date: 2005-09-08 08:44:52 $ +# last change: $Author: vg $ $Date: 2007-02-06 13:24:02 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -40,9 +40,7 @@ TARGET=cppu_cppu # --- Settings ----------------------------------------------------- .INCLUDE : ..$/..$/util$/makefile.pmk -.INCLUDE : svpre.mk .INCLUDE : settings.mk -.INCLUDE : sv.mk # --- Files -------------------------------------------------------- diff --git a/cppu/source/threadpool/makefile.mk b/cppu/source/threadpool/makefile.mk index e5c97a4cf3ad..4a2a7939533b 100644 --- a/cppu/source/threadpool/makefile.mk +++ b/cppu/source/threadpool/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: rt $ $Date: 2005-09-08 08:46:45 $ +# last change: $Author: vg $ $Date: 2007-02-06 13:24:13 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -40,9 +40,7 @@ TARGET=cppu_threadpool # --- Settings ----------------------------------------------------- .INCLUDE : ..$/..$/util$/makefile.pmk -.INCLUDE : svpre.mk .INCLUDE : settings.mk -.INCLUDE : sv.mk # ------------------------------------------------------------------ |