INTEGRATION: CWS ause046 (1.14.18); FILE MERGED
2006/01/05 16:19:25 hjs 1.14.18.1: #i60082# SYSBASEINC isn't set at all
This commit is contained in:
parent
f3e7b3c425
commit
cb374e3a5a
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
||||||
#
|
#
|
||||||
# $RCSfile: unxsoli4.mk,v $
|
# $RCSfile: unxsoli4.mk,v $
|
||||||
#
|
#
|
||||||
# $Revision: 1.14 $
|
# $Revision: 1.15 $
|
||||||
#
|
#
|
||||||
# last change: $Author: hr $ $Date: 2005-12-28 16:55:56 $
|
# last change: $Author: rt $ $Date: 2006-01-13 16:18:58 $
|
||||||
#
|
#
|
||||||
# The Contents of this file are made available subject to
|
# The Contents of this file are made available subject to
|
||||||
# the terms of GNU Lesser General Public License Version 2.1.
|
# the terms of GNU Lesser General Public License Version 2.1.
|
||||||
|
@ -101,7 +101,7 @@ LINKC=$(CC)
|
||||||
.IF "$(SYSBASE)"!=""
|
.IF "$(SYSBASE)"!=""
|
||||||
C_RESTRICTIONFLAGS:=-xc99=none
|
C_RESTRICTIONFLAGS:=-xc99=none
|
||||||
LD_OPTIONS+:=-L$(SYSBASE)$/usr/lib
|
LD_OPTIONS+:=-L$(SYSBASE)$/usr/lib
|
||||||
CDEFS+=-DSYSBASE="$(SYSBASEINC)"
|
CDEFS+=-DSYSBASE="$(SYSBASE)"
|
||||||
CFLAGSCC+=$(C_RESTRICTIONFLAGS)
|
CFLAGSCC+=$(C_RESTRICTIONFLAGS)
|
||||||
.EXPORT : LD_OPTIONS
|
.EXPORT : LD_OPTIONS
|
||||||
.ENDIF # "$(SYSBASE)"!=""
|
.ENDIF # "$(SYSBASE)"!=""
|
||||||
|
|
Loading…
Reference in a new issue