diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-19 08:37:08 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-19 08:37:08 +0000 |
commit | fc42a5a9c60865dd892c6e1bcb8f291e35cb8264 (patch) | |
tree | 80db583560d6437f5bfeda02bfdee8c5a6264a68 /python | |
parent | d358a1a0b1b512a996238f6359c80d9084396ad1 (diff) |
INTEGRATION: CWS vq34 (1.23.20); FILE MERGED
2006/07/12 20:19:16 vq 1.23.20.1: #i67210# Remove duplicate target warnings.
Diffstat (limited to 'python')
-rw-r--r-- | python/makefile.mk | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/python/makefile.mk b/python/makefile.mk index 9f35e917e9bb..913f4e5f7392 100644 --- a/python/makefile.mk +++ b/python/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.23 $ +# $Revision: 1.24 $ # -# last change: $Author: hr $ $Date: 2005-12-28 16:57:47 $ +# last change: $Author: kz $ $Date: 2006-07-19 09:37:08 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -79,11 +79,6 @@ PYADDITIONAL_PROJECTS = \ make_versioninfo \ bz2 \ _tkinter \ - _testcapi \ - _symtable \ - _sre \ - _socket \ - _csv \ _bsddb \ pythoncore |