Mercurial > emacs
changeset 97601:5aebd98eafd1
(temacs${EXEEXT}): On GNUstep, link to appropriate GNUstep library
location.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 21 Aug 2008 14:49:28 +0000 |
parents | 701d5add5730 |
children | 0728e43a42c7 |
files | src/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Thu Aug 21 14:49:16 2008 +0000 +++ b/src/Makefile.in Thu Aug 21 14:49:28 2008 +0000 @@ -939,7 +939,7 @@ echo "${obj} ${otherobj} " OBJECTS_MACHINE > buildobj.lst #ifdef NS_IMPL_GNUSTEP $(CC) -rdynamic YMF_PASS_LDFLAGS ( ${TEMACS_LDFLAGS} \ - $(LDFLAGS) -lgnustep-gui -lgnustep-base \ + -L@GNUSTEP_SYSTEM_LIBRARIES@ $(LDFLAGS) -lgnustep-gui -lgnustep-base \ -lobjc $(CONFIG_SYSTEM_LIBS) -lpthread ) -o temacs \ ${obj} ${otherobj} OBJECTS_MACHINE ${LIBES} #else