]> git.eshelyaron.com Git - emacs.git/commitdiff
* makefile.w32-in (obj): Remove sunfns.o.
authorDan Nicolaescu <dann@ics.uci.edu>
Thu, 1 Nov 2007 07:16:11 +0000 (07:16 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Thu, 1 Nov 2007 07:16:11 +0000 (07:16 +0000)
* makefile.MPW (SOME_MACHINE_OBJECTS): Remove sunfns.o.

* Makefile.in: Remove references to sunfns.c and sunfns.o.

admin/MAINTAINERS
lib-src/ChangeLog
lib-src/makefile.w32-in
mac/ChangeLog
mac/makefile.MPW
src/ChangeLog
src/Makefile.in

index 92f1273b1164920fddd34c39433e23e0a22d6205..f14bc2068dba2014ff9e962881e75d2ca0472e48 100644 (file)
@@ -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
index ec7ae3272ea863b715dcb4247ba2cd4156f555d3..2c178ba8da9aa4f28de1be320ffc73dde8772d4d 100644 (file)
@@ -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.
index 9aa9aeea27a8f3c1fbe78281ef40d3ecd50691c9..9a611b8e3f9e3bc816261359eae9b022f6ccc621 100644 (file)
@@ -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 \
index 326a844b6388d84a02e8e5d0eade11788f25a957..7b97e14f590ca152ec7e0a1628f0511170e63ff7 100644 (file)
@@ -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>
index 47fc1f9abf2fd3999ec2a6694623cdea8170c1e8..c7cb790ce925d2a51c0b5413b1cb70dc4f5ed387 100644 (file)
@@ -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 ¶
index 82d28ab24d1386d7ab37d954a966dd0ccd5350c8..553bf65820a3993dc896c74e79f1cd3bfca4221c 100644 (file)
@@ -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\e,Ae\e(Brd  <bojohan@gnu.org>
 
        * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
index 25673f95657854a9988df99466de9a2367075b34..cb183e6bbf2964d8f9ed110e9d086b12fa6e7add 100644 (file)
@@ -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 \