From 2b4c7cdd17a9383aeafdd25f6ab3794f19da2fd1 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 8 Nov 2006 10:58:59 +0000 Subject: 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 ;) --- python/makefile.mk | 6 +++--- 1 file 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 # ---------------------------------- -- cgit