Mercurial > emacs
changeset 97586:56d71f056b26
* Makefile.in (temacs): Add plain LDFLAGS to GNUstep CC invocation.
author | Adrian Robert <Adrian.B.Robert@gmail.com> |
---|---|
date | Thu, 21 Aug 2008 02:57:36 +0000 |
parents | 6e4c30da411f |
children | 8324c394a51c |
files | src/Makefile.in |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Thu Aug 21 02:55:30 2008 +0000 +++ b/src/Makefile.in Thu Aug 21 02:57:36 2008 +0000 @@ -938,7 +938,10 @@ temacs${EXEEXT}: $(LOCALCPP) $(STARTFILES) stamp-oldxmenu ${obj} ${otherobj} OBJECTS_MACHINE prefix-args${EXEEXT} echo "${obj} ${otherobj} " OBJECTS_MACHINE > buildobj.lst #ifdef NS_IMPL_GNUSTEP - $(CC) -rdynamic YMF_PASS_LDFLAGS (${TEMACS_LDFLAGS} -lgnustep-gui -lgnustep-base -lobjc $(CONFIG_SYSTEM_LIBS) -lpthread ) -o temacs ${obj} ${otherobj} OBJECTS_MACHINE ${LIBES} + $(CC) -rdynamic YMF_PASS_LDFLAGS ( ${TEMACS_LDFLAGS} \ + $(LDFLAGS) -lgnustep-gui -lgnustep-base \ + -lobjc $(CONFIG_SYSTEM_LIBS) -lpthread ) -o temacs \ + ${obj} ${otherobj} OBJECTS_MACHINE ${LIBES} #else $(LD) YMF_PASS_LDFLAGS (${STARTFLAGS} ${TEMACS_LDFLAGS}) $(LDFLAGS) \ -o temacs ${STARTFILES} ${obj} ${otherobj} \