From 709f7c1f59b4f7397af4c3fb4f55a194034bf9b5 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 3 Oct 1993 23:03:13 +0000 Subject: [PATCH] (LIBES): Add $(GNULIB_VAR) again at end. This change to ymakefile was mysteriously lost. Were any others lost too? --- src/Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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. */ -- 2.39.5