Mercurial > emacs
changeset 100069:ef9e7f8ada6f
* makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
It was accidentally restored by the Unicode merge.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 30 Nov 2008 14:18:26 +0000 |
parents | 8b4be139c4a4 |
children | 13991fdfb004 |
files | src/ChangeLog src/makefile.w32-in |
diffstat | 2 files changed, 3 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sun Nov 30 05:57:33 2008 +0000 +++ b/src/ChangeLog Sun Nov 30 14:18:26 2008 +0000 @@ -1,5 +1,8 @@ 2008-11-30 Juanma Barranquero <lekktu@gmail.com> + * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove. + It was accidentally restored by the Unicode merge. + * w32proc.c (Fw32_get_locale_info): Fix typo in docstring. 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
--- a/src/makefile.w32-in Sun Nov 30 05:57:33 2008 +0000 +++ b/src/makefile.w32-in Sun Nov 30 14:18:26 2008 +0000 @@ -281,18 +281,6 @@ $(EMACS_ROOT)/src/m/intel386.h \ $(EMACS_ROOT)/src/config.h -$(BLD)/abbrev.$(O) : \ - $(SRC)/abbrev.c \ - $(CONFIG_H) \ - $(SRC)/buffer.h \ - $(SRC)/character.h \ - $(SRC)/charset.h \ - $(SRC)/commands.h \ - $(SRC)/dispextern.h \ - $(SRC)/syntax.h \ - $(SRC)/w32gui.h \ - $(SRC)/window.h - $(BLD)/alloc.$(O) : \ $(SRC)/alloc.c \ $(CONFIG_H) \