summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-01-25 11:59:50 +0000
committerOliver Bolte <obo@openoffice.org>2005-01-25 11:59:50 +0000
commitd732c3f141b59c6ea645b7c33ba7ac10761f0ce8 (patch)
tree70b4d9b5ce4776e477751efe3b0695679a2cb994 /python
parenta195b057899bc7c8e3776c963507cbdd8a985b67 (diff)
INTEGRATION: CWS systempython (1.14.6); FILE MERGED
2005/01/18 19:21:05 cmc 1.14.6.1: #i40917# update system python
Diffstat (limited to 'python')
-rw-r--r--python/makefile.mk11
1 files changed, 9 insertions, 2 deletions
diff --git a/python/makefile.mk b/python/makefile.mk
index 3319166b6954..bddf624ae7cb 100644
--- a/python/makefile.mk
+++ b/python/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.14 $
+# $Revision: 1.15 $
#
-# last change: $Author: obo $ $Date: 2004-11-24 11:17:42 $
+# last change: $Author: obo $ $Date: 2005-01-25 12:59:50 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -68,6 +68,13 @@ TARGET=so_python
.INCLUDE : settings.mk
.INCLUDE : pyversion.mk
+.IF "$(SYSTEM_PYTHON)" == "YES"
+all:
+ @echo "An already available installation of python should exist on your system."
+ @echo "Therefore the version provided here does not need to be built in addition."
+.ENDIF
+
+
# --- Files --------------------------------------------------------