From: Glenn Morris Date: Fri, 28 May 2010 03:29:09 +0000 (-0700) Subject: * src/Makefile.in (LIBES): Remove $LOADLIBES, it is never set. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~182^2~3 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e58d4ff7f4409e95545bff1440b70bb88983c052;p=emacs.git * src/Makefile.in (LIBES): Remove $LOADLIBES, it is never set. --- diff --git a/src/ChangeLog b/src/ChangeLog index 8c9e1568008..462eded2b20 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2010-05-28 Glenn Morris + + * Makefile.in (LIBES): Remove $LOADLIBES, it is never set. + 2010-05-27 Chong Yidong * fileio.c (Fdelete_file): Change meaning of optional arg to mean diff --git a/src/Makefile.in b/src/Makefile.in index 0b23606a921..336980f4285 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -581,7 +581,7 @@ SOME_MACHINE_LISP = ../lisp/mouse.elc \ ## 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) \