mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 17:10:48 +00:00
Renamed variables from NeXT... to NEXTSTEP.
Added GNUSTEP variables. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@74 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
248553cac8
commit
34ad170b81
1 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@ if test $NeXTCC = 0; then
|
|||
#endif], NeXTSTEP=0, NeXTSTEP=1)
|
||||
if test $NeXTSTEP = 0; then
|
||||
AC_MSG_RESULT(no)
|
||||
INSTALL_OBJS='$(GNU_OBJS) $(NeXT_OBJS)'
|
||||
INSTALL_OBJS='$(GNU_OBJS) $(NEXTSTEP_OBJS) $(GNUSTEP_OBJS)'
|
||||
INSTALL_HEADERS='$(GNU_HEADERS) $(NEXTSTEP_HEADERS) $(GNUSTEP_HEADERS)'
|
||||
NEXT_INCLUDES='$(OBJECTS_NEXT_INCLUDES)'
|
||||
NeXT_runtime=0
|
||||
|
@ -105,7 +105,7 @@ if test $NeXTCC = 0; then
|
|||
CC="$CC -fgnu-runtime"
|
||||
# Get objc/List.h, etc. files from libobjects.
|
||||
NEXT_INCLUDES='$(OBJECTS_NEXT_INCLUDES)'
|
||||
INSTALL_OBJS='$(GNU_OBJS) $(NeXT_OBJS)'
|
||||
INSTALL_OBJS='$(GNU_OBJS) $(NeXT_OBJS) $(GNUSTEP_OBJS)'
|
||||
INSTALL_HEADERS='$(GNU_HEADERS) $(NEXTSTEP_HEADERS) $(GNUSTEP_HEADERS)'
|
||||
NeXT_cc=0
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue