diff options
| author | Dan Nicolaescu | 2007-11-01 07:16:11 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2007-11-01 07:16:11 +0000 |
| commit | 04a697fefe9b64173b39d07d9b5bb857e16d6c40 (patch) | |
| tree | cb383c0b434106298badb3efc9e6be582173b1c0 /lib-src | |
| parent | 68013cfaa57f810dedd0a7624ad8aae1e71fe4b7 (diff) | |
| download | emacs-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 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index ec7ae3272ea..2c178ba8da9 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * makefile.w32-in (obj): Remove sunfns.o. | ||
| 4 | |||
| 1 | 2007-10-28 Juanma Barranquero <lekktu@gmail.com> | 5 | 2007-10-28 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * makefile.w32-in (obj): Remove abbrev.o. | 7 | * makefile.w32-in (obj): Remove abbrev.o. |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 9aa9aeea27a..9a611b8e3f9 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -142,7 +142,7 @@ $(BLD)/ctags.$(O): ctags.c | |||
| 142 | # make-docfile blindly replaces .o with .c anyway. Keep .o in this list | 142 | # make-docfile blindly replaces .o with .c anyway. Keep .o in this list |
| 143 | # as it is required by code in doc.c. | 143 | # as it is required by code in doc.c. |
| 144 | # | 144 | # |
| 145 | obj= sunfns.o dosfns.o msdos.o \ | 145 | obj= dosfns.o msdos.o \ |
| 146 | xterm.o xfns.o xmenu.o xselect.o xrdb.o fringe.o image.o \ | 146 | xterm.o xfns.o xmenu.o xselect.o xrdb.o fringe.o image.o \ |
| 147 | mac.o macterm.o macfns.o macmenu.o fontset.o \ | 147 | mac.o macterm.o macfns.o macmenu.o fontset.o \ |
| 148 | w32.o w32bdf.o w32console.o w32fns.o w32heap.o w32inevt.o \ | 148 | w32.o w32bdf.o w32console.o w32fns.o w32heap.o w32inevt.o \ |