summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-11-08 10:58:59 +0000
committerKurt Zenker <kz@openoffice.org>2006-11-08 10:58:59 +0000
commit2b4c7cdd17a9383aeafdd25f6ab3794f19da2fd1 (patch)
tree9f025e9dff830bfe258ba85bff91e05ded6032f0
parent2835b6771b0661f68bb302626e5f08731cc5934b (diff)
INTEGRATION: CWS ause070 (1.26.8); FILE MERGED
2006/11/02 16:15:38 hjs 1.26.8.1: #i71072# user may want to write too ;)
-rw-r--r--python/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/makefile.mk b/python/makefile.mk
index 8dbffa77517c..c7a982d58dc7 100644
--- a/python/makefile.mk
+++ b/python/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.26 $
+# $Revision: 1.27 $
#
-# last change: $Author: kz $ $Date: 2006-10-05 10:54:46 $
+# last change: $Author: kz $ $Date: 2006-11-08 11:58:59 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -112,7 +112,7 @@ CC:=$(COMPATH)$/bin$/cc
.IF "$(OS)" == "IRIX"
BUILD_ACTION=$(ENV_BUILD) gmake -j$(EXTMAXPROCESS) ; gmake install
.ELSE
-BUILD_ACTION=$(ENV_BUILD) $(GNUMAKE) -j$(EXTMAXPROCESS) ; $(GNUMAKE) install ; chmod -R g+w $(MYCWD)/python-inst
+BUILD_ACTION=$(ENV_BUILD) $(GNUMAKE) -j$(EXTMAXPROCESS) ; $(GNUMAKE) install ; chmod -R ug+w $(MYCWD)/python-inst
.ENDIF
.ELSE
# ----------------------------------