From: Dave Love Date: Wed, 21 Jun 2000 18:03:37 +0000 (+0000) Subject: (GETLOADAVG_OBJ): Removed -- LIBOBJS does it. X-Git-Tag: emacs-pretest-21.0.90~3150 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9f2bbc92acfdc96a4ebdec60aa659b2310a25364;p=emacs.git (GETLOADAVG_OBJ): Removed -- LIBOBJS does it. --- diff --git a/src/ChangeLog b/src/ChangeLog index 2bd068d6742..3775c318bd7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2000-06-21 Dave Love + + * Makefile.in (GETLOADAVG_OBJ): Removed -- LIBOBJS does it. + 2000-06-21 Stefan Monnier * syntax.c (back_comment): Simplify string-parity counting (with diff --git a/src/Makefile.in b/src/Makefile.in index 1fd267dba09..1320f480dde 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -513,11 +513,6 @@ ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_TEMACS LD_SWITCH_MACHINE \ 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 @@ widgetobj= /* 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 \