aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Schwab2007-03-04 20:15:23 +0000
committerAndreas Schwab2007-03-04 20:15:23 +0000
commit22f5bb016a524c6ad6260ac8711d17347e27a586 (patch)
treef711b0dacc467d5c8cc6afa7d45d46b70698f28b /src
parent70fff7b1002401c91fe8d6df6491e1ae1f71e02c (diff)
downloademacs-22f5bb016a524c6ad6260ac8711d17347e27a586.tar.gz
emacs-22f5bb016a524c6ad6260ac8711d17347e27a586.zip
(LIBES): Move standard libraries to the end.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in5
1 files changed, 3 insertions, 2 deletions
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 \
936 with GCC, we might need gnulib again after them. */ 936 with GCC, we might need gnulib again after them. */
937LIBES = $(LOADLIBES) $(LIBS) $(LIBX) $(LIBSOUND) \ 937LIBES = $(LOADLIBES) $(LIBS) $(LIBX) $(LIBSOUND) \
938 LIBS_SYSTEM LIBS_MACHINE LIBS_TERMCAP \ 938 LIBS_SYSTEM LIBS_MACHINE LIBS_TERMCAP \
939 LIBS_DEBUG $(GETLOADAVG_LIBS) $(GNULIB_VAR) LIB_MATH LIB_STANDARD \ 939 LIBS_DEBUG $(GETLOADAVG_LIBS) \
940 $(GNULIB_VAR) @FREETYPE_LIBS@ @FONTCONFIG_LIBS@ @LIBOTF_LIBS@ 940 @FREETYPE_LIBS@ @FONTCONFIG_LIBS@ @LIBOTF_LIBS@ \
941 $(GNULIB_VAR) LIB_MATH LIB_STANDARD $(GNULIB_VAR)
941 942
942/* Enable recompilation of certain other files depending on system type. */ 943/* Enable recompilation of certain other files depending on system type. */
943 944