Mercurial > emacs
changeset 85716:80af0b5eee79
(OBJ1): Remove abbrev.$(O).
($(BLD)/abbrev.$(O)): Remove.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 28 Oct 2007 14:46:15 +0000 |
parents | f736b2dc38a6 |
children | a052393bee9c |
files | src/makefile.w32-in |
diffstat | 1 files changed, 1 insertions(+), 16 deletions(-) [+] |
line wrap: on
line diff
--- a/src/makefile.w32-in Sun Oct 28 14:37:51 2007 +0000 +++ b/src/makefile.w32-in Sun Oct 28 14:46:15 2007 +0000 @@ -56,8 +56,7 @@ # 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 @@ 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 \