aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2000-06-21 14:09:07 +0000
committerDave Love2000-06-21 14:09:07 +0000
commita308416f379baea9e61cdd333aba95e9e0f24570 (patch)
tree6d4a64029ea190c5168b4892597f08d61105c80d /src
parent1ca2077a457176ed20a2487b6238c02e4edf7284 (diff)
downloademacs-a308416f379baea9e61cdd333aba95e9e0f24570.tar.gz
emacs-a308416f379baea9e61cdd333aba95e9e0f24570.zip
Use GETLOADAVG_LIBS.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in4
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
521GETLOADAVG_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. */
801LIBES = $(LOADLIBES) $(LIBS) $(LIBX) LIBS_SYSTEM LIBS_MACHINE LIBS_TERMCAP \ 802LIBES = $(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