From: Juanma Barranquero Date: Sun, 30 Nov 2008 14:18:26 +0000 (+0000) Subject: * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove. X-Git-Tag: emacs-pretest-23.0.90~1410 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f952c61ccf52e707b4dfe443768d5d12166257d8;p=emacs.git * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove. It was accidentally restored by the Unicode merge. --- diff --git a/src/ChangeLog b/src/ChangeLog index 9fa128596bb..1e5147245f1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2008-11-30 Juanma Barranquero + * 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 diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 09a3a1ef580..8f9d4f124b0 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -281,18 +281,6 @@ CONFIG_H = $(EMACS_ROOT)/src/s/ms-w32.h \ $(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) \