]> git.eshelyaron.com Git - emacs.git/commitdiff
(LIBES): Move standard libraries to the end.
authorAndreas Schwab <schwab@suse.de>
Sun, 4 Mar 2007 20:15:23 +0000 (20:15 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 4 Mar 2007 20:15:23 +0000 (20:15 +0000)
src/Makefile.in

index e8fbfa2f8e79074cdf5fcda61b4aa32402eb46b5..ada18576e3df494fd3e3f6d2ff4fcfcd17791c1c 100644 (file)
@@ -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.  */