diff options
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 \ |