diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-10-28 14:37:51 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-10-28 14:37:51 +0000 |
commit | a2666217c25ef4715e91e90376c6fed6151d3aae (patch) | |
tree | f31a9dbe26ff4e3c4d3f25aee958487ef799f96c /lib-src | |
parent | c7ff939ae24bc96e470264d3fef63b719694e05a (diff) | |
download | emacs-a2666217c25ef4715e91e90376c6fed6151d3aae.tar.gz |
(obj): Remove abbrev.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 14b668d2d24..ec7ae3272ea 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2007-10-28 Juanma Barranquero <lekktu@gmail.com> + + * makefile.w32-in (obj): Remove abbrev.o. + 2007-10-26 Juanma Barranquero <lekktu@gmail.com> * emacsclient.c: Add a wrapper for getenv so it also checks the diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 07be340c2bd..9aa9aeea27a 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -156,7 +156,7 @@ obj= sunfns.o dosfns.o msdos.o \ cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o \ alloc.o data.o doc.o editfns.o callint.o \ eval.o floatfns.o fns.o print.o lread.o \ - abbrev.o syntax.o bytecode.o \ + syntax.o bytecode.o \ process.o callproc.o \ region-cache.o sound.o atimer.o \ doprnt.o strftime.o intervals.o textprop.o composite.o md5.o |