diff options
| author | Roland McGrath | 1993-10-03 23:03:13 +0000 |
|---|---|---|
| committer | Roland McGrath | 1993-10-03 23:03:13 +0000 |
| commit | 709f7c1f59b4f7397af4c3fb4f55a194034bf9b5 (patch) | |
| tree | e7d572ca04a0120e2ffabbc7f7fc9fba44924afb /src | |
| parent | 879dea9384f9c2a13d4c379088848a5b321d2af6 (diff) | |
| download | emacs-709f7c1f59b4f7397af4c3fb4f55a194034bf9b5.tar.gz emacs-709f7c1f59b4f7397af4c3fb4f55a194034bf9b5.zip | |
(LIBES): Add $(GNULIB_VAR) again at end.
This change to ymakefile was mysteriously lost. Were any others lost too?
Diffstat (limited to 'src')
| -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= \ | |||
| 497 | 497 | ||
| 498 | /* Construct full set of libraries to be linked. | 498 | /* Construct full set of libraries to be linked. |
| 499 | Note that SunOS needs -lm to come before -lc; otherwise, you get | 499 | Note that SunOS needs -lm to come before -lc; otherwise, you get |
| 500 | duplicated symbols. */ | 500 | duplicated symbols. If the standard libraries were compiled |
| 501 | with GCC, we might need gnulib again after them. */ | ||
| 501 | LIBES = $(LIBX) LIBS_SYSTEM LIBS_MACHINE LIBS_TERMCAP \ | 502 | LIBES = $(LIBX) LIBS_SYSTEM LIBS_MACHINE LIBS_TERMCAP \ |
| 502 | LIBS_DEBUG $(GNULIB_VAR) LIB_MATH LIB_STANDARD | 503 | LIBS_DEBUG $(GNULIB_VAR) LIB_MATH LIB_STANDARD $(GNULIB_VAR) |
| 503 | 504 | ||
| 504 | /* Enable recompilation of certain other files depending on system type. */ | 505 | /* Enable recompilation of certain other files depending on system type. */ |
| 505 | 506 | ||