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:
Rüdiger Timm 2006-01-13 15:18:58 +00:00
parent f3e7b3c425
commit cb374e3a5a

View file

@ -4,9 +4,9 @@
#
# $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 terms of GNU Lesser General Public License Version 2.1.
@ -101,7 +101,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)"!=""