summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-02-27 14:16:46 +0000
committerKurt Zenker <kz@openoffice.org>2004-02-27 14:16:46 +0000
commit34638927992ed6510c032d949f866a4ef6d8629d (patch)
tree66db66ccccc00cb8d4664ebbc470cf4faa7666fa /pyuno
parentcdfd3ca34a915a6561a8bfbb8ddfa729355df179 (diff)
#100000# use lpyton even for linux (SB)
Diffstat (limited to 'pyuno')
-rw-r--r--pyuno/source/module/makefile.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/pyuno/source/module/makefile.mk b/pyuno/source/module/makefile.mk
index 6e8ecf1d4483..0dc377ac415f 100644
--- a/pyuno/source/module/makefile.mk
+++ b/pyuno/source/module/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: hr $ $Date: 2004-02-02 19:29:02 $
+# last change: $Author: kz $ $Date: 2004-02-27 15:16:46 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -82,9 +82,7 @@ PYUNO_MODULE=$(DLLDEST)$/pyuno$(DLLPOST)
# so this library cannot be checked
SHL1NOCHECK=yes
PYUNORC=pyunorc
-.IF "$(OS)"=="SOLARIS" || "$(OS)"=="MACOSX"
PYTHONLIB=-lpython
-.ENDIF
.ELSE
# on windows, the python executable also uses the shared library,
# so we link pyuno directly to it