# HG changeset patch # User Dan Nicolaescu # Date 1193901371 0 # Node ID 6a9f9f174e916fd6e5e25c7c687b0775d055d5b5 # Parent b5b751721d6dd4aa1282c1e4265251d34bbce2ef * 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. diff -r b5b751721d6d -r 6a9f9f174e91 admin/MAINTAINERS --- 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 diff -r b5b751721d6d -r 6a9f9f174e91 lib-src/ChangeLog --- 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 + + * makefile.w32-in (obj): Remove sunfns.o. + 2007-10-28 Juanma Barranquero * makefile.w32-in (obj): Remove abbrev.o. diff -r b5b751721d6d -r 6a9f9f174e91 lib-src/makefile.w32-in --- 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 \ diff -r b5b751721d6d -r 6a9f9f174e91 mac/ChangeLog --- 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 + + * makefile.MPW (SOME_MACHINE_OBJECTS): Remove sunfns.o. + 2007-09-13 Seiji Zenitani Takanori Yamamoto Kentaro Ohkouchi diff -r b5b751721d6d -r 6a9f9f174e91 mac/makefile.MPW --- 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 ¶ diff -r b5b751721d6d -r 6a9f9f174e91 src/ChangeLog --- 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 + + * Makefile.in: Remove references to sunfns.c and sunfns.o. + 2007-11-01 Johan Bockg,Ae(Brd * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string): diff -r b5b751721d6d -r 6a9f9f174e91 src/Makefile.in --- 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 \