From: Andreas Schwab Date: Sun, 4 Mar 2007 20:15:23 +0000 (+0000) Subject: (LIBES): Move standard libraries to the end. X-Git-Tag: emacs-pretest-23.0.90~8295^2~572 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=22f5bb016a524c6ad6260ac8711d17347e27a586;p=emacs.git (LIBES): Move standard libraries to the end. --- diff --git a/src/Makefile.in b/src/Makefile.in index e8fbfa2f8e7..ada18576e3d 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -936,8 +936,9 @@ SOME_MACHINE_LISP = ${dotdot}/lisp/mouse.elc \ 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. */