]> git.eshelyaron.com Git - emacs.git/commitdiff
(OBJ1): Remove abbrev.$(O).
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 28 Oct 2007 14:47:33 +0000 (14:47 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 28 Oct 2007 14:47:33 +0000 (14:47 +0000)
($(BLD)/abbrev.$(O)): Remove.

src/ChangeLog
src/makefile.w32-in

index d4f70731562bdfaccdf35008fc24bedeffd2a692..79b6a3497d5c6d3090c7d90611996865bb3de5b9 100644 (file)
@@ -1,3 +1,8 @@
+2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in (OBJ1): Remove abbrev.$(O).
+       ($(BLD)/abbrev.$(O)): Remove.
+
 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        Rewrite abbrev.c in Elisp.
@@ -16,7 +21,7 @@
 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * frame.h (struct frame): Move all bit fields after the first bit
-       field to take advantage of the available space. Group all the
+       field to take advantage of the available space.  Group all the
        chars together to reduce wasted space due to padding.
 
 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
index dd70de6fea16cd37409218dac9e3e3a4be67ae27..65c5d87b84593165cb5af0cd629522d7b502b705 100644 (file)
@@ -56,8 +56,7 @@ FULL_LINK_FLAGS      = $(LINK_FLAGS) $(TEMACS_EXTRA_LINK)
 #
 OBJ0 =  $(BLD)/emacs.$(O)
 
-OBJ1 =  $(BLD)/abbrev.$(O)                     \
-       $(BLD)/alloc.$(O)                       \
+OBJ1 =  $(BLD)/alloc.$(O)                      \
        $(BLD)/atimer.$(O)                      \
        $(BLD)/buffer.$(O)                      \
        $(BLD)/bytecode.$(O)                    \
@@ -271,20 +270,6 @@ cleanall:  clean
 EMACS_ROOT     = ..
 SRC            = .
 
-$(BLD)/abbrev.$(O) : \
-       $(SRC)/abbrev.c \
-       $(EMACS_ROOT)/src/s/ms-w32.h \
-       $(EMACS_ROOT)/src/m/intel386.h \
-       $(EMACS_ROOT)/src/config.h \
-       $(SRC)/buffer.h \
-       $(SRC)/charset.h \
-       $(SRC)/commands.h \
-       $(SRC)/dispextern.h \
-       $(SRC)/syntax.h \
-       $(SRC)/w32bdf.h \
-       $(SRC)/w32gui.h \
-       $(SRC)/window.h
-
 $(BLD)/alloc.$(O) : \
        $(SRC)/alloc.c \
        $(EMACS_ROOT)/src/s/ms-w32.h \