summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-03-18 13:46:20 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-03-18 13:46:20 +0000
commiteaa6148d343bdfdac9d50819c31deefe2f887601 (patch)
tree275831e882b99c41c2bf6eda8a0662b5683ebab2 /python
parent6428e734ce9e1c551e12507321fd532a86b2bce1 (diff)
INTEGRATION: CWS ause092 (1.36.2); FILE MERGED
2008/03/12 11:22:26 hjs 1.36.2.1: #i86954# get flags passed to the compiler...
Diffstat (limited to 'python')
-rw-r--r--python/makefile.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/python/makefile.mk b/python/makefile.mk
index 2bc27e1cf7a5..6bc832ac42f5 100644
--- a/python/makefile.mk
+++ b/python/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.36 $
+# $Revision: 1.37 $
#
-# last change: $Author: ihi $ $Date: 2008-02-04 12:57:14 $
+# last change: $Author: vg $ $Date: 2008-03-18 14:46:20 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -93,11 +93,12 @@ ADDITIONAL_FILES+=Lib/plat-cygwin Python/fileblocks.c
BUILD_DIR=
MYCWD=$(shell @pwd)/$(INPATH)/misc/build
+# CLFLAGS get overwritten in Makefile.pre.in
.IF "$(SYSBASE)"!=""
-python_CFLAGS+=-I$(SYSBASE)$/usr$/include
+CC+:=-I$(SYSBASE)$/usr$/include
python_LDFLAGS+=-L$(SYSBASE)/usr/lib
.IF "$(COMNAME)"=="sunpro5"
-python_CFLAGS+=$(C_RESTRICTIONFLAGS)
+CC+:=$(C_RESTRICTIONFLAGS)
.ENDIF # "$(COMNAME)"=="sunpro5"
.ENDIF # "$(SYSBASE)"!=""