]> git.eshelyaron.com Git - emacs.git/commitdiff
(LIBES): Add LOADLIBES and LDLIBS.
authorRichard M. Stallman <rms@gnu.org>
Tue, 24 Sep 1996 20:31:40 +0000 (20:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 24 Sep 1996 20:31:40 +0000 (20:31 +0000)
src/Makefile.in

index 57fa2f22c39f39339b4c665a2a87b3251c54c85f..4c169dd32d68c8ae7683be2bbce7398375edcac3 100644 (file)
@@ -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.  */