Mercurial > emacs
changeset 4814:9c7b28c16e94
(LIBES): Add $(GNULIB_VAR) again at end.
This change to ymakefile was mysteriously lost. Were any others lost too?
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Sun, 03 Oct 1993 23:03:13 +0000 |
parents | 71aeda5d1b6e |
children | 682bab7525fb |
files | src/Makefile.in |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Sun Oct 03 21:18:51 1993 +0000 +++ b/src/Makefile.in Sun Oct 03 23:03:13 1993 +0000 @@ -497,9 +497,10 @@ /* Construct full set of libraries to be linked. Note that SunOS needs -lm to come before -lc; otherwise, you get - duplicated symbols. */ + 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 \ - LIBS_DEBUG $(GNULIB_VAR) LIB_MATH LIB_STANDARD + LIBS_DEBUG $(GNULIB_VAR) LIB_MATH LIB_STANDARD $(GNULIB_VAR) /* Enable recompilation of certain other files depending on system type. */