aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 2ac4e62f2d9..fa160e90e45 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -497,9 +497,10 @@ lisp= \
497 497
498/* Construct full set of libraries to be linked. 498/* Construct full set of libraries to be linked.
499 Note that SunOS needs -lm to come before -lc; otherwise, you get 499 Note that SunOS needs -lm to come before -lc; otherwise, you get
500 duplicated symbols. */ 500 duplicated symbols. If the standard libraries were compiled
501 with GCC, we might need gnulib again after them. */
501LIBES = $(LIBX) LIBS_SYSTEM LIBS_MACHINE LIBS_TERMCAP \ 502LIBES = $(LIBX) LIBS_SYSTEM LIBS_MACHINE LIBS_TERMCAP \
502 LIBS_DEBUG $(GNULIB_VAR) LIB_MATH LIB_STANDARD 503 LIBS_DEBUG $(GNULIB_VAR) LIB_MATH LIB_STANDARD $(GNULIB_VAR)
503 504
504/* Enable recompilation of certain other files depending on system type. */ 505/* Enable recompilation of certain other files depending on system type. */
505 506