Mercurial > emacs
changeset 34234:3ab6da491b7c
(md5.o): Add target.
(sunfns.o): Remove target.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Tue, 05 Dec 2000 22:58:41 +0000 |
parents | de66d572a8f5 |
children | c8945341a908 |
files | src/makefile.w32-in |
diffstat | 1 files changed, 7 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/src/makefile.w32-in Tue Dec 05 22:57:03 2000 +0000 +++ b/src/makefile.w32-in Tue Dec 05 22:58:41 2000 +0000 @@ -79,6 +79,7 @@ $(BLD)/lread.$(O) \ $(BLD)/macros.$(O) \ $(BLD)/marker.$(O) \ + $(BLD)/md5.$(O) \ $(BLD)/minibuf.$(O) \ $(BLD)/mocklisp.$(O) \ $(BLD)/w32.$(O) \ @@ -575,7 +576,8 @@ $(SRC)/dispextern.h \ $(SRC)/w32gui.h \ $(SRC)/intervals.h \ - $(SRC)/composite.h + $(SRC)/composite.h \ + $(SRC)/md5.h $(BLD)/frame.$(O) : \ $(SRC)/frame.c \ @@ -737,6 +739,10 @@ $(EMACS_ROOT)/src/config.h \ $(SRC)/buffer.h +$(BLD)/md5.$(O) : \ + $(SRC)/md5.c \ + $(SRC)/md5.h + $(BLD)/minibuf.$(O) : \ $(SRC)/minibuf.c \ $(EMACS_ROOT)/src/s/ms-w32.h \ @@ -906,15 +912,6 @@ $(EMACS_ROOT)/src/m/intel386.h \ $(EMACS_ROOT)/src/config.h -$(BLD)/sunfns.$(O) : \ - $(SRC)/sunfns.c \ - $(EMACS_ROOT)/src/s/ms-w32.h \ - $(EMACS_ROOT)/src/m/intel386.h \ - $(EMACS_ROOT)/src/config.h \ - $(SRC)/window.h \ - $(SRC)/buffer.h \ - $(SRC)/termhooks.h - $(BLD)/syntax.$(O) : \ $(SRC)/syntax.c \ $(EMACS_ROOT)/src/s/ms-w32.h \