diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-11-08 10:58:59 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-11-08 10:58:59 +0000 |
commit | 2b4c7cdd17a9383aeafdd25f6ab3794f19da2fd1 (patch) | |
tree | 9f025e9dff830bfe258ba85bff91e05ded6032f0 /python | |
parent | 2835b6771b0661f68bb302626e5f08731cc5934b (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 ;)
Diffstat (limited to 'python')
-rw-r--r-- | python/makefile.mk | 6 |
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 # ---------------------------------- |