(SOME_MACHINE_OBJECTS): New var.
authorRichard M. Stallman <rms@gnu.org>
Sat, 1 Jan 1994 11:55:19 +0000 (11:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 1 Jan 1994 11:55:19 +0000 (11:55 +0000)
(${etc}DOC): Use SOME_MACHINE_OBJECTS, not OBJECTS_MACHINE or OBJECTS_SYSTEM.

src/Makefile.in

index c775c31..549f147 100644 (file)
@@ -406,6 +406,11 @@ obj=    dispnew.o frame.o scroll.o xdisp.o window.o \
        process.o callproc.o \
        doprnt.o GETLOADAVG_OBJ
 
+/* Object files used on some machine or other.
+   These go in the DOC file on all machines
+   in case they are needed there.  */
+SOME_MACHINE_OBJECTS = sunfns.o
+
 #ifdef TERMINFO
 /* Used to be -ltermcap here.  If your machine needs that,
    define LIBS_TERMCAP in the m/*.h file.  */
@@ -548,9 +553,9 @@ emacs: temacs ${etc}DOC ${lisp}
 #endif /* ! defined (HAVE_SHM) */
 #endif /* ! defined (CANNOT_DUMP) */
 
-${etc}DOC: ${libsrc}make-docfile ${obj} ${lisp} OBJECTS_SYSTEM OBJECTS_MACHINE
+${etc}DOC: ${libsrc}make-docfile ${obj} ${lisp} SOME_MACHINE_OBJECTS
        rm -f ${etc}DOC
-       ${libsrc}make-docfile -d ${srcdir} ${obj} OBJECTS_SYSTEM OBJECTS_MACHINE ${lisp} \
+       ${libsrc}make-docfile -d ${srcdir} ${obj} SOME_MACHINE_OBJECTS
          ${lispdir}version.el > ${etc}DOC
 
 ${libsrc}make-docfile: