]> git.eshelyaron.com Git - emacs.git/commitdiff
* makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 30 Nov 2008 14:18:26 +0000 (14:18 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 30 Nov 2008 14:18:26 +0000 (14:18 +0000)
  It was accidentally restored by the Unicode merge.

src/ChangeLog
src/makefile.w32-in

index 9fa128596bb8d716a36fba334b5123e8afdd6bed..1e5147245f197afcb282f63850f4224547145fa2 100644 (file)
@@ -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>
index 09a3a1ef5806e8963ca8bd08941f067ffe2cec14..8f9d4f124b0af75f69f4956f38af04cb6e8b7dbd 100644 (file)
@@ -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) \