From 04a697fefe9b64173b39d07d9b5bb857e16d6c40 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Thu, 1 Nov 2007 07:16:11 +0000 Subject: [PATCH] * 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. --- admin/MAINTAINERS | 1 - lib-src/ChangeLog | 4 ++++ lib-src/makefile.w32-in | 2 +- mac/ChangeLog | 4 ++++ mac/makefile.MPW | 2 +- src/ChangeLog | 4 ++++ src/Makefile.in | 4 +--- 7 files changed, 15 insertions(+), 6 deletions(-) diff --git a/admin/MAINTAINERS b/admin/MAINTAINERS index 92f1273b11..f14bc2068d 100644 --- a/admin/MAINTAINERS +++ b/admin/MAINTAINERS @@ -188,7 +188,6 @@ src/scroll.c src/search.c src/sound.c src/strftime.c -src/sunfns.c src/sysdep.c src/termcap.c src/terminfo.c diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index ec7ae3272e..2c178ba8da 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -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 --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 9aa9aeea27..9a611b8e3f 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -142,7 +142,7 @@ $(BLD)/ctags.$(O): ctags.c # 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 --git a/mac/ChangeLog b/mac/ChangeLog index 326a844b63..7b97e14f59 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog @@ -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 --git a/mac/makefile.MPW b/mac/makefile.MPW index 47fc1f9abf..c7cb790ce9 100644 --- a/mac/makefile.MPW +++ b/mac/makefile.MPW @@ -1017,7 +1017,7 @@ DistClean # 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 --git a/src/ChangeLog b/src/ChangeLog index 82d28ab24d..553bf65820 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 --git a/src/Makefile.in b/src/Makefile.in index 25673f9565..cb183e6bbf 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -604,7 +604,7 @@ obj= dispnew.o frame.o scroll.o xdisp.o $(XMENU_OBJ) window.o \ /* 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 @@ composite.o: composite.c buffer.h charset.h $(INTERVAL_SRC) $(config_h) 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 \ -- 2.20.1