# HG changeset patch
# User Glenn Morris <rgm@gnu.org>
# Date 1275017349 25200
# Node ID ff6d693440579d36cad61b1e49e29b0c7b7021e6
# Parent  6e51c4581e160f2ccff33ef79d961fc1625b3b1d
* src/Makefile.in (LIBES): Remove $LOADLIBES, it is never set.

diff -r 6e51c4581e16 -r ff6d69344057 src/ChangeLog
--- 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
diff -r 6e51c4581e16 -r ff6d69344057 src/Makefile.in
--- 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) \