]> git.eshelyaron.com Git - emacs.git/commitdiff
(GETLOADAVG_OBJ): Removed -- LIBOBJS does it.
authorDave Love <fx@gnu.org>
Wed, 21 Jun 2000 18:03:37 +0000 (18:03 +0000)
committerDave Love <fx@gnu.org>
Wed, 21 Jun 2000 18:03:37 +0000 (18:03 +0000)
src/ChangeLog
src/Makefile.in

index 2bd068d67428a255a352b8335bc914e96a0c18a3..3775c318bd76ca5a82fe7b85dc343b8be04a3bb4 100644 (file)
@@ -1,3 +1,7 @@
+2000-06-21  Dave Love  <fx@gnu.org>
+
+       * Makefile.in (GETLOADAVG_OBJ): Removed -- LIBOBJS does it. 
+
 2000-06-21  Stefan Monnier  <monnier@cs.yale.edu>
 
        * syntax.c (back_comment): Simplify string-parity counting (with
index 1fd267dba09462d2613d084564cc8ffd82c08498..1320f480dde6a7e26131b9cb3f1bd04e2802e71c 100644 (file)
@@ -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 \