From: Roland McGrath Date: Sun, 3 Oct 1993 23:03:13 +0000 (+0000) Subject: (LIBES): Add $(GNULIB_VAR) again at end. X-Git-Tag: emacs-19.34~11037 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=709f7c1f59b4f7397af4c3fb4f55a194034bf9b5;p=emacs.git (LIBES): Add $(GNULIB_VAR) again at end. This change to ymakefile was mysteriously lost. Were any others lost too? --- diff --git a/src/Makefile.in b/src/Makefile.in index 2ac4e62f2d9..fa160e90e45 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -497,9 +497,10 @@ lisp= \ /* 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. */