diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-01-13 15:19:24 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-01-13 15:19:24 +0000 |
commit | 23ec9e9ec9991229a0b54647cb2b8087175298fb (patch) | |
tree | 37c53008229609ce36daa51bc7900f35f68c0847 /solenv/inc/unxsols4.mk | |
parent | cb374e3a5adeda42a7e8bdc71666cda59f6101a1 (diff) |
INTEGRATION: CWS ause046 (1.22.18); FILE MERGED
2006/01/05 16:19:24 hjs 1.22.18.1: #i60082# SYSBASEINC isn't set at all
Diffstat (limited to 'solenv/inc/unxsols4.mk')
-rw-r--r-- | solenv/inc/unxsols4.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/unxsols4.mk b/solenv/inc/unxsols4.mk index c3834a5ebcae..71ee28043e86 100644 --- a/solenv/inc/unxsols4.mk +++ b/solenv/inc/unxsols4.mk @@ -4,9 +4,9 @@ # # $RCSfile: unxsols4.mk,v $ # -# $Revision: 1.22 $ +# $Revision: 1.23 $ # -# last change: $Author: hr $ $Date: 2005-12-28 16:56:09 $ +# last change: $Author: rt $ $Date: 2006-01-13 16:19:24 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -107,7 +107,7 @@ LINKC=$(CC) .IF "$(SYSBASE)"!="" C_RESTRICTIONFLAGS*=-xc99=none LD_OPTIONS+=-L$(SYSBASE)$/usr$/lib -CDEFS+=-DSYSBASE="$(SYSBASEINC)" +CDEFS+=-DSYSBASE="$(SYSBASE)" CFLAGSCC+=$(C_RESTRICTIONFLAGS) .EXPORT : LD_OPTIONS .ENDIF # "$(SYSBASE)"!="" |