aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Nicolaescu2007-11-01 07:16:11 +0000
committerDan Nicolaescu2007-11-01 07:16:11 +0000
commit04a697fefe9b64173b39d07d9b5bb857e16d6c40 (patch)
treecb383c0b434106298badb3efc9e6be582173b1c0 /src
parent68013cfaa57f810dedd0a7624ad8aae1e71fe4b7 (diff)
downloademacs-04a697fefe9b64173b39d07d9b5bb857e16d6c40.tar.gz
emacs-04a697fefe9b64173b39d07d9b5bb857e16d6c40.zip
* 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.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/Makefile.in4
2 files changed, 5 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 82d28ab24d1..553bf65820a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * Makefile.in: Remove references to sunfns.c and sunfns.o.
4
12007-11-01 Johan Bockg,Ae(Brd <bojohan@gnu.org> 52007-11-01 Johan Bockg,Ae(Brd <bojohan@gnu.org>
2 6
3 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string): 7 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
diff --git a/src/Makefile.in b/src/Makefile.in
index 25673f95657..cb183e6bbf2 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 \
604/* Object files used on some machine or other. 604/* Object files used on some machine or other.
605 These go in the DOC file on all machines 605 These go in the DOC file on all machines
606 in case they are needed there. */ 606 in case they are needed there. */
607SOME_MACHINE_OBJECTS = sunfns.o dosfns.o msdos.o \ 607SOME_MACHINE_OBJECTS = dosfns.o msdos.o \
608 xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o fringe.o image.o \ 608 xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o fringe.o image.o \
609 mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o \ 609 mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o \
610 w32.o w32bdf.o w32console.o w32fns.o w32heap.o w32inevt.o \ 610 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)
1266 OTHER_FILES and OBJECTS_MACHINE 1266 OTHER_FILES and OBJECTS_MACHINE
1267 select which of these should be compiled. */ 1267 select which of these should be compiled. */
1268 1268
1269sunfns.o: sunfns.c buffer.h window.h dispextern.h termhooks.h $(config_h)
1270
1271#ifdef HAVE_CARBON 1269#ifdef HAVE_CARBON
1272buffer.o callint.o cmds.o dispnew.o editfns.o fileio.o frame.o \ 1270buffer.o callint.o cmds.o dispnew.o editfns.o fileio.o frame.o \
1273 fontset.o indent.o insdel.o keyboard.o macros.o minibuf.o msdos.o process.o \ 1271 fontset.o indent.o insdel.o keyboard.o macros.o minibuf.o msdos.o process.o \