]> git.eshelyaron.com Git - emacs.git/commitdiff
(LIBES): Add $(GNULIB_VAR) again at end.
authorRoland McGrath <roland@gnu.org>
Sun, 3 Oct 1993 23:03:13 +0000 (23:03 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 3 Oct 1993 23:03:13 +0000 (23:03 +0000)
This change to ymakefile was mysteriously lost.  Were any others lost too?

src/Makefile.in

index 2ac4e62f2d913f7063baa60ed8021e7be2ef5856..fa160e90e45dcedf9f394774014c666985f168c7 100644 (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.  */