From: Chong Yidong Date: Thu, 21 Aug 2008 14:49:28 +0000 (+0000) Subject: (temacs${EXEEXT}): On GNUstep, link to appropriate GNUstep library X-Git-Tag: emacs-pretest-23.0.90~3378 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ba00b2bc59bd6bedc175b7452ca34c8d602423d9;p=emacs.git (temacs${EXEEXT}): On GNUstep, link to appropriate GNUstep library location. --- diff --git a/src/Makefile.in b/src/Makefile.in index e1d5ba0c44e..32bdef6546d 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -939,7 +939,7 @@ temacs${EXEEXT}: $(LOCALCPP) $(STARTFILES) stamp-oldxmenu ${obj} ${otherobj} OBJ 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