Mercurial > emacs
changeset 90781:2f8e5c845704
(LIBES): Move standard libraries to the end.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Sun, 04 Mar 2007 20:15:23 +0000 |
parents | ec58e5c426ef |
children | c5fc98a1f6ae |
files | src/Makefile.in |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Sun Mar 04 06:19:40 2007 +0000 +++ b/src/Makefile.in Sun Mar 04 20:15:23 2007 +0000 @@ -936,8 +936,9 @@ with GCC, we might need gnulib again after them. */ LIBES = $(LOADLIBES) $(LIBS) $(LIBX) $(LIBSOUND) \ LIBS_SYSTEM LIBS_MACHINE LIBS_TERMCAP \ - LIBS_DEBUG $(GETLOADAVG_LIBS) $(GNULIB_VAR) LIB_MATH LIB_STANDARD \ - $(GNULIB_VAR) @FREETYPE_LIBS@ @FONTCONFIG_LIBS@ @LIBOTF_LIBS@ + LIBS_DEBUG $(GETLOADAVG_LIBS) \ + @FREETYPE_LIBS@ @FONTCONFIG_LIBS@ @LIBOTF_LIBS@ \ + $(GNULIB_VAR) LIB_MATH LIB_STANDARD $(GNULIB_VAR) /* Enable recompilation of certain other files depending on system type. */