Mercurial > emacs
changeset 97792:670f2e2d74a2
Revert (undocumented) 2008-08-20 change adding LDFLAGS to GNUstep CC invocation.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 28 Aug 2008 19:35:47 +0000 |
parents | f87928e4f5ba |
children | c8ff5ed1859f |
files | src/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Thu Aug 28 19:35:20 2008 +0000 +++ b/src/Makefile.in Thu Aug 28 19:35:47 2008 +0000 @@ -940,7 +940,7 @@ echo "${obj} ${otherobj} " OBJECTS_MACHINE > buildobj.lst #ifdef NS_IMPL_GNUSTEP $(CC) -rdynamic YMF_PASS_LDFLAGS ( ${TEMACS_LDFLAGS} \ - -L@GNUSTEP_SYSTEM_LIBRARIES@ $(LDFLAGS) -lgnustep-gui -lgnustep-base \ + -L@GNUSTEP_SYSTEM_LIBRARIES@ -lgnustep-gui -lgnustep-base \ -lobjc $(CONFIG_SYSTEM_LIBS) -lpthread ) -o temacs \ ${obj} ${otherobj} OBJECTS_MACHINE ${LIBES} #else