mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
(OBJS_INSTALL): Fix typo NeXT_OBJS -> NEXTSTEP_OBJS in situation of
running under NeXTSTEP, but not using NeXT runtime. (Reported by Satoshi Adachi <adachi@wisdom.aa.ap.titech.ac.jp>.) git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@741 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8b15b593e5
commit
4c9d32642e
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ if test $NeXTCC = 0; then
|
|||
CC="$CC -fgnu-runtime"
|
||||
# Get objc/List.h, etc. files from libobjects.
|
||||
NEXT_INCLUDES='$(OBJECTS_NEXT_INCLUDES)'
|
||||
OBJS_INSTALL='$(GNU_OBJS) $(NeXT_OBJS) $(GNUSTEP_OBJS)'
|
||||
OBJS_INSTALL='$(GNU_OBJS) $(NEXTSTEP_OBJS) $(GNUSTEP_OBJS)'
|
||||
HEADERS_INSTALL='$(GNU_HEADERS) $(NEXTSTEP_HEADERS) $(GNUSTEP_HEADERS)'
|
||||
NeXT_cc=0
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue