Mercurial > emacs
changeset 29842:f21ae94550c0
(GETLOADAVG_OBJ): Removed -- LIBOBJS does it.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 21 Jun 2000 18:02:20 +0000 |
parents | 2b8edcad6b0f |
children | cf3ca2944231 |
files | src/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Wed Jun 21 16:47:12 2000 +0000 +++ b/src/Makefile.in Wed Jun 21 18:02:20 2000 +0000 @@ -513,11 +513,6 @@ INTERVAL_SRC = intervals.h composite.h -#ifdef HAVE_GETLOADAVG -#define GETLOADAVG_OBJ -#else -#define GETLOADAVG_OBJ getloadavg.o -#endif GETLOADAVG_LIBS = @GETLOADAVG_LIBS@ #ifdef MSDOS @@ -604,7 +599,7 @@ /* define otherobj as list of object files that make-docfile should not be told about. */ -otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj) $(LIBOBJS) GETLOADAVG_OBJ +otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj) $(LIBOBJS) #ifdef HAVE_MOUSE #define MOUSE_SUPPORT ${lispsource}mouse.elc \