(OBJ1): Remove abbrev.$(O).

($(BLD)/abbrev.$(O)): Remove.
This commit is contained in:
Juanma Barranquero 2007-10-28 14:47:33 +00:00
parent a2666217c2
commit 660a8219cb
2 changed files with 7 additions and 17 deletions

View 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>

View 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 \