1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

(LIBES): Add $(GNULIB_VAR) again at end.

This change to ymakefile was mysteriously lost.  Were any others lost too?
This commit is contained in:
Roland McGrath 1993-10-03 23:03:13 +00:00
parent 879dea9384
commit 709f7c1f59

View File

@ -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. */