diff options
author | Dave Love <fx@gnu.org> | 2000-06-21 14:09:07 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-06-21 14:09:07 +0000 |
commit | a308416f379baea9e61cdd333aba95e9e0f24570 (patch) | |
tree | 6d4a64029ea190c5168b4892597f08d61105c80d /src/Makefile.in | |
parent | 1ca2077a457176ed20a2487b6238c02e4edf7284 (diff) | |
download | emacs-a308416f379baea9e61cdd333aba95e9e0f24570.tar.gz |
Use GETLOADAVG_LIBS.
Diffstat (limited to 'src/Makefile.in')
-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 #else #define GETLOADAVG_OBJ getloadavg.o #endif +GETLOADAVG_LIBS = @GETLOADAVG_LIBS@ #ifdef MSDOS #ifdef HAVE_X_WINDOWS @@ -799,7 +800,8 @@ SOME_MACHINE_LISP = ${dotdot}/lisp/menu-bar.elc ${dotdot}/lisp/mouse.elc \ duplicated symbols. If the standard libraries were compiled with GCC, we might need gnulib again after them. */ LIBES = $(LOADLIBES) $(LIBS) $(LIBX) LIBS_SYSTEM LIBS_MACHINE LIBS_TERMCAP \ - LIBS_DEBUG $(GNULIB_VAR) LIB_MATH LIB_STANDARD $(GNULIB_VAR) + LIBS_DEBUG $(GETLOADAVG_LIBS) $(GNULIB_VAR) LIB_MATH LIB_STANDARD \ + $(GNULIB_VAR) /* Enable recompilation of certain other files depending on system type. */ |