summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2010-01-05 13:01:54 +0100
committerJens-Heiner Rechtien <hr@openoffice.org>2010-01-05 13:01:54 +0100
commite5982bc98b9f395df368024653172273a6950841 (patch)
tree443e22cf64b67641f387ee69a6e93bc24b93e429 /python
parent06b1cfd68a0891c5652e7c78498e4b40afd902b2 (diff)
parent4ca494a8e74f92cf3e435e59d7cf7a96e4e1fbfe (diff)
CWS-TOOLING: integrate CWS sb116
Diffstat (limited to 'python')
-rw-r--r--python/makefile.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/python/makefile.mk b/python/makefile.mk
index 663a5604603d..bf8cb80374c5 100644
--- a/python/makefile.mk
+++ b/python/makefile.mk
@@ -80,11 +80,7 @@ CONFIGURE_ACTION=$(AUGMENT_LIBRARY_PATH) ./configure --prefix=$(MYCWD)/python-in
.IF "$(OS)$(CPU)" == "SOLARISI"
CONFIGURE_ACTION += --disable-ipv6
.ENDIF
-.IF "$(OS)" == "IRIX"
-BUILD_ACTION=$(ENV_BUILD) gmake -j$(EXTMAXPROCESS) ; gmake install
-.ELSE
BUILD_ACTION=$(ENV_BUILD) $(GNUMAKE) -j$(EXTMAXPROCESS) ; $(GNUMAKE) install ; chmod -R ug+w $(MYCWD)/python-inst
-.ENDIF
.ELSE
# ----------------------------------
# WINDOWS