* src/Makefile.in (LIBES): Remove $LOADLIBES, it is never set.

This commit is contained in:
Glenn Morris 2010-05-27 20:29:09 -07:00
parent ad5a72094e
commit e58d4ff7f4
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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) \