diff options
| author | Roland McGrath <roland@gnu.org> | 1993-10-03 23:03:13 +0000 |
|---|---|---|
| committer | Roland McGrath <roland@gnu.org> | 1993-10-03 23:03:13 +0000 |
| commit | 709f7c1f59b4f7397af4c3fb4f55a194034bf9b5 (patch) | |
| tree | e7d572ca04a0120e2ffabbc7f7fc9fba44924afb | |
| parent | 879dea9384f9c2a13d4c379088848a5b321d2af6 (diff) | |
| download | emacs-709f7c1f59b4f7397af4c3fb4f55a194034bf9b5.tar.gz | |
(LIBES): Add $(GNULIB_VAR) again at end.
This change to ymakefile was mysteriously lost. Were any others lost too?
| -rw-r--r-- | src/Makefile.in | 5 |
1 files 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. */ |
