diff options
| author | Richard M. Stallman | 1996-09-24 20:31:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-09-24 20:31:40 +0000 |
| commit | 86dafc7872c6bc6f3b8e94799d743040f1d47431 (patch) | |
| tree | a0725aacba8d794cae1a1e6746f64589b4a6f89a | |
| parent | d589bd993b06f16d59150d97f852ab2a80ce4fe6 (diff) | |
| download | emacs-86dafc7872c6bc6f3b8e94799d743040f1d47431.tar.gz emacs-86dafc7872c6bc6f3b8e94799d743040f1d47431.zip | |
(LIBES): Add LOADLIBES and LDLIBS.
| -rw-r--r-- | src/Makefile.in | 2 |
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 \ | |||
| 708 | Note that SunOS needs -lm to come before -lc; otherwise, you get | 708 | Note that SunOS needs -lm to come before -lc; otherwise, you get |
| 709 | duplicated symbols. If the standard libraries were compiled | 709 | duplicated symbols. If the standard libraries were compiled |
| 710 | with GCC, we might need gnulib again after them. */ | 710 | with GCC, we might need gnulib again after them. */ |
| 711 | LIBES = $(LIBX) LIBS_SYSTEM LIBS_MACHINE LIBS_TERMCAP \ | 711 | LIBES = $(LOADLIBES) $(LDLIBS) $(LIBX) LIBS_SYSTEM LIBS_MACHINE LIBS_TERMCAP \ |
| 712 | LIBS_DEBUG $(GNULIB_VAR) LIB_MATH LIB_STANDARD $(GNULIB_VAR) | 712 | LIBS_DEBUG $(GNULIB_VAR) LIB_MATH LIB_STANDARD $(GNULIB_VAR) |
| 713 | 713 | ||
| 714 | /* Enable recompilation of certain other files depending on system type. */ | 714 | /* Enable recompilation of certain other files depending on system type. */ |