changeset 85866:6a9f9f174e91

* makefile.w32-in (obj): Remove sunfns.o. * makefile.MPW (SOME_MACHINE_OBJECTS): Remove sunfns.o. * Makefile.in: Remove references to sunfns.c and sunfns.o.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 01 Nov 2007 07:16:11 +0000
parents b5b751721d6d
children 63b4228fc06a
files admin/MAINTAINERS lib-src/ChangeLog lib-src/makefile.w32-in mac/ChangeLog mac/makefile.MPW src/ChangeLog src/Makefile.in
diffstat 7 files changed, 15 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/admin/MAINTAINERS	Thu Nov 01 07:08:24 2007 +0000
+++ b/admin/MAINTAINERS	Thu Nov 01 07:16:11 2007 +0000
@@ -188,7 +188,6 @@
 src/search.c
 src/sound.c
 src/strftime.c
-src/sunfns.c
 src/sysdep.c
 src/termcap.c
 src/terminfo.c
--- a/lib-src/ChangeLog	Thu Nov 01 07:08:24 2007 +0000
+++ b/lib-src/ChangeLog	Thu Nov 01 07:16:11 2007 +0000
@@ -1,3 +1,7 @@
+2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* makefile.w32-in (obj): Remove sunfns.o.
+
 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
 
 	* makefile.w32-in (obj): Remove abbrev.o.
--- a/lib-src/makefile.w32-in	Thu Nov 01 07:08:24 2007 +0000
+++ b/lib-src/makefile.w32-in	Thu Nov 01 07:16:11 2007 +0000
@@ -142,7 +142,7 @@
 # make-docfile blindly replaces .o with .c anyway.  Keep .o in this list
 # as it is required by code in doc.c.
 #
-obj=    sunfns.o dosfns.o msdos.o \
+obj=    dosfns.o msdos.o \
 	xterm.o xfns.o xmenu.o xselect.o xrdb.o  fringe.o image.o \
 	mac.o macterm.o macfns.o macmenu.o fontset.o \
 	w32.o w32bdf.o w32console.o w32fns.o w32heap.o w32inevt.o \
--- a/mac/ChangeLog	Thu Nov 01 07:08:24 2007 +0000
+++ b/mac/ChangeLog	Thu Nov 01 07:16:11 2007 +0000
@@ -1,3 +1,7 @@
+2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* makefile.MPW (SOME_MACHINE_OBJECTS): Remove sunfns.o.
+
 2007-09-13  Seiji Zenitani  <zenitani@mac.com>
             Takanori Yamamoto  <takanori.yamamoto@gmail.com>
             Kentaro Ohkouchi  <nanasess@fsm.ne.jp>
--- a/mac/makefile.MPW	Thu Nov 01 07:08:24 2007 +0000
+++ b/mac/makefile.MPW	Thu Nov 01 07:16:11 2007 +0000
@@ -1017,7 +1017,7 @@
 # Variables and rules for target "Doc" #
 #--------------------------------------#
 
-SOME_MACHINE_OBJECTS = sunfns.o dosfns.o msdos.o ¶
+SOME_MACHINE_OBJECTS = dosfns.o msdos.o ¶
   xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o fringe.o image.o ¶
   mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o ¶
   w32.o w32bdf.o w32console.o w32fns.o w32heap.o w32inevt.o ¶
--- a/src/ChangeLog	Thu Nov 01 07:08:24 2007 +0000
+++ b/src/ChangeLog	Thu Nov 01 07:16:11 2007 +0000
@@ -1,3 +1,7 @@
+2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* Makefile.in: Remove references to sunfns.c and sunfns.o.
+
 2007-11-01  Johan Bockg,Ae(Brd  <bojohan@gnu.org>
 
 	* macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
--- a/src/Makefile.in	Thu Nov 01 07:08:24 2007 +0000
+++ b/src/Makefile.in	Thu Nov 01 07:16:11 2007 +0000
@@ -604,7 +604,7 @@
 /* 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 dosfns.o msdos.o \
+SOME_MACHINE_OBJECTS = dosfns.o msdos.o \
   xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o fringe.o image.o \
   mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o \
   w32.o w32bdf.o w32console.o w32fns.o w32heap.o w32inevt.o \
@@ -1266,8 +1266,6 @@
    OTHER_FILES and OBJECTS_MACHINE
    select which of these should be compiled.  */
 
-sunfns.o: sunfns.c buffer.h window.h dispextern.h termhooks.h $(config_h)
-
 #ifdef HAVE_CARBON
 buffer.o callint.o cmds.o dispnew.o editfns.o fileio.o frame.o \
   fontset.o indent.o insdel.o keyboard.o macros.o minibuf.o msdos.o process.o \