Mercurial > emacs
diff src/Makefile.in @ 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 | 345d3b46b5d3 |
| children | 2c08ad76fc1f 880960b70474 |
line wrap: on
line diff
--- 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 \
