From: Juanma Barranquero Date: Sun, 28 Oct 2007 14:47:33 +0000 (+0000) Subject: (OBJ1): Remove abbrev.$(O). X-Git-Tag: emacs-pretest-23.0.90~10021 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=660a8219cb5412daac2123961bcee15640818b5b;p=emacs.git (OBJ1): Remove abbrev.$(O). ($(BLD)/abbrev.$(O)): Remove. --- diff --git a/src/ChangeLog b/src/ChangeLog index d4f70731562..79b6a3497d5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2007-10-28 Juanma Barranquero + + * makefile.w32-in (OBJ1): Remove abbrev.$(O). + ($(BLD)/abbrev.$(O)): Remove. + 2007-10-28 Stefan Monnier Rewrite abbrev.c in Elisp. @@ -16,7 +21,7 @@ 2007-10-26 Dan Nicolaescu * 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 diff --git a/src/makefile.w32-in b/src/makefile.w32-in index dd70de6fea1..65c5d87b845 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -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 \