diff options
| author | Dave Love | 2000-06-21 14:09:07 +0000 |
|---|---|---|
| committer | Dave Love | 2000-06-21 14:09:07 +0000 |
| commit | a308416f379baea9e61cdd333aba95e9e0f24570 (patch) | |
| tree | 6d4a64029ea190c5168b4892597f08d61105c80d /src | |
| parent | 1ca2077a457176ed20a2487b6238c02e4edf7284 (diff) | |
| download | emacs-a308416f379baea9e61cdd333aba95e9e0f24570.tar.gz emacs-a308416f379baea9e61cdd333aba95e9e0f24570.zip | |
Use GETLOADAVG_LIBS.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 76f68dd4e31..1fd267dba09 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -518,6 +518,7 @@ INTERVAL_SRC = intervals.h composite.h | |||
| 518 | #else | 518 | #else |
| 519 | #define GETLOADAVG_OBJ getloadavg.o | 519 | #define GETLOADAVG_OBJ getloadavg.o |
| 520 | #endif | 520 | #endif |
| 521 | GETLOADAVG_LIBS = @GETLOADAVG_LIBS@ | ||
| 521 | 522 | ||
| 522 | #ifdef MSDOS | 523 | #ifdef MSDOS |
| 523 | #ifdef HAVE_X_WINDOWS | 524 | #ifdef HAVE_X_WINDOWS |
| @@ -799,7 +800,8 @@ SOME_MACHINE_LISP = ${dotdot}/lisp/menu-bar.elc ${dotdot}/lisp/mouse.elc \ | |||
| 799 | duplicated symbols. If the standard libraries were compiled | 800 | duplicated symbols. If the standard libraries were compiled |
| 800 | with GCC, we might need gnulib again after them. */ | 801 | with GCC, we might need gnulib again after them. */ |
| 801 | LIBES = $(LOADLIBES) $(LIBS) $(LIBX) LIBS_SYSTEM LIBS_MACHINE LIBS_TERMCAP \ | 802 | LIBES = $(LOADLIBES) $(LIBS) $(LIBX) LIBS_SYSTEM LIBS_MACHINE LIBS_TERMCAP \ |
| 802 | LIBS_DEBUG $(GNULIB_VAR) LIB_MATH LIB_STANDARD $(GNULIB_VAR) | 803 | LIBS_DEBUG $(GETLOADAVG_LIBS) $(GNULIB_VAR) LIB_MATH LIB_STANDARD \ |
| 804 | $(GNULIB_VAR) | ||
| 803 | 805 | ||
| 804 | /* Enable recompilation of certain other files depending on system type. */ | 806 | /* Enable recompilation of certain other files depending on system type. */ |
| 805 | 807 | ||