emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100465: * src/Makefile.in (LIBES): R


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100465: * src/Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
Date: Thu, 27 May 2010 20:29:09 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100465
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2010-05-27 20:29:09 -0700
message:
  * src/Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
modified:
  src/ChangeLog
  src/Makefile.in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-05-27 23:30:11 +0000
+++ b/src/ChangeLog     2010-05-28 03:29:09 +0000
@@ -1,3 +1,7 @@
+2010-05-28  Glenn Morris  <address@hidden>
+
+       * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
+
 2010-05-27  Chong Yidong  <address@hidden>
 
        * fileio.c (Fdelete_file): Change meaning of optional arg to mean

=== modified file 'src/Makefile.in'
--- a/src/Makefile.in   2010-05-27 05:43:27 +0000
+++ b/src/Makefile.in   2010-05-28 03:29:09 +0000
@@ -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) \


reply via email to

[Prev in Thread] Current Thread [Next in Thread]