From: Richard M. Stallman Date: Tue, 24 Sep 1996 20:31:40 +0000 (+0000) Subject: (LIBES): Add LOADLIBES and LDLIBS. X-Git-Tag: emacs-20.1~3631 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=86dafc7872c6bc6f3b8e94799d743040f1d47431;p=emacs.git (LIBES): Add LOADLIBES and LDLIBS. --- 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. */