Mercurial > emacs
changeset 108809:ff6d69344057
* src/Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 27 May 2010 20:29:09 -0700 |
parents | 6e51c4581e16 |
children | bdbbcd45328f |
files | src/ChangeLog src/Makefile.in |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Thu May 27 20:25:50 2010 -0700 +++ b/src/ChangeLog Thu May 27 20:29:09 2010 -0700 @@ -1,3 +1,7 @@ +2010-05-28 Glenn Morris <rgm@gnu.org> + + * Makefile.in (LIBES): Remove $LOADLIBES, it is never set. + 2010-05-27 Chong Yidong <cyd@stupidchicken.com> * fileio.c (Fdelete_file): Change meaning of optional arg to mean
--- a/src/Makefile.in Thu May 27 20:25:50 2010 -0700 +++ b/src/Makefile.in Thu May 27 20:29:09 2010 -0700 @@ -581,7 +581,7 @@ ## Note that SunOS needs -lm to come before -lc; otherwise, you get ## duplicated symbols. If the standard libraries were compiled ## with GCC, we might need LIB_GCC again after them. -LIBES = $(LOADLIBES) $(LIBS) $(LIBX_BASE) $(LIBX_OTHER) $(LIBSOUND) \ +LIBES = $(LIBS) $(LIBX_BASE) $(LIBX_OTHER) $(LIBSOUND) \ $(RSVG_LIBS) $(DBUS_LIBS) $(LIBGPM) $(LIBRESOLV) $(LIBS_SYSTEM) \ $(LIBS_TERMCAP) $(GETLOADAVG_LIBS) ${GCONF_LIBS} ${LIBSELINUX_LIBS} \ $(FREETYPE_LIBS) $(FONTCONFIG_LIBS) $(LIBOTF_LIBS) $(M17N_FLT_LIBS) \