summaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-09-24 20:31:40 +0000
committerRichard M. Stallman <rms@gnu.org>1996-09-24 20:31:40 +0000
commit4162fe0779dc6ee365ab674994cf4e67aa25b908 (patch)
treea9be09eba6b7d4daa242cded284c42c81abca4e7 /src/Makefile.in
parent6310788e883c01c099fc73e2c52f84e71e9e6445 (diff)
downloademacs-4162fe0779dc6ee365ab674994cf4e67aa25b908.tar.gz
(LIBES): Add LOADLIBES and LDLIBS.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 57fa2f22c39..4c169dd32d6 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -708,7 +708,7 @@ SOME_MACHINE_LISP = ${dotdot}/lisp/faces.elc ${dotdot}/lisp/facemenu.elc \
Note that SunOS needs -lm to come before -lc; otherwise, you get
duplicated symbols. If the standard libraries were compiled
with GCC, we might need gnulib again after them. */
-LIBES = $(LIBX) LIBS_SYSTEM LIBS_MACHINE LIBS_TERMCAP \
+LIBES = $(LOADLIBES) $(LDLIBS) $(LIBX) LIBS_SYSTEM LIBS_MACHINE LIBS_TERMCAP \
LIBS_DEBUG $(GNULIB_VAR) LIB_MATH LIB_STANDARD $(GNULIB_VAR)
/* Enable recompilation of certain other files depending on system type. */