From: Jason Rumney Date: Thu, 2 Oct 2003 23:17:33 +0000 (+0000) Subject: (emacs.o, coding.o, bytecode.o): Sync dependancies with Makefile.in. X-Git-Tag: ttn-vms-21-2-B4~8638 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a63cf46f85bf85e8dd4d3bbb04fb73795a88aed8;p=emacs.git (emacs.o, coding.o, bytecode.o): Sync dependancies with Makefile.in. (alloca.o): Remove. --- diff --git a/src/ChangeLog b/src/ChangeLog index db7f5ce58b7..cc95bc68f67 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,9 @@ 2003-10-02 Jason Rumney + * makefile.w32-in (emacs.o, coding.o, bytecode.o): Sync + dependancies with Makefile.in. + (alloca.o): Remove. + * w32fns.c (w32_load_system_font): Clear all members of FONTP before filling them. diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 56bdc641afe..c8e9addff63 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -55,7 +55,6 @@ OBJ0 = $(BLD)/emacs.$(O) OBJ1 = $(BLD)/abbrev.$(O) \ $(BLD)/alloc.$(O) \ - $(BLD)/alloca.$(O) \ $(BLD)/atimer.$(O) \ $(BLD)/buffer.$(O) \ $(BLD)/bytecode.$(O) \ @@ -288,18 +287,6 @@ $(BLD)/alloc.$(O) : \ $(SRC)/w32gui.h \ $(SRC)/window.h -$(BLD)/alloca.$(O) : \ - $(SRC)/alloca.c \ - $(EMACS_ROOT)/src/s/ms-w32.h \ - $(EMACS_ROOT)/src/m/intel386.h \ - $(EMACS_ROOT)/src/config.h \ - $(SRC)/s/ms-w32.h \ - $(SRC)/m/intel386.h \ - $(SRC)/config.h \ - $(SRC)/atimer.h \ - $(SRC)/blockinput.h \ - $(SRC)/systime.h - $(BLD)/atimer.$(O) : \ $(SRC)/atimer.c \ $(EMACS_ROOT)/src/s/ms-w32.h \ @@ -342,7 +329,8 @@ $(BLD)/bytecode.$(O) : \ $(EMACS_ROOT)/src/config.h \ $(SRC)/buffer.h \ $(SRC)/charset.h \ - $(SRC)/syntax.h + $(SRC)/syntax.h \ + $(SRC)/window.h $(BLD)/callint.$(O) : \ $(SRC)/callint.c \ @@ -464,6 +452,7 @@ $(BLD)/coding.$(O) : \ $(SRC)/coding.h \ $(SRC)/composite.h \ $(SRC)/dispextern.h \ + $(SRC)/intervals.h \ $(SRC)/w32bdf.h \ $(SRC)/w32gui.h \ $(SRC)/window.h @@ -597,7 +586,8 @@ $(BLD)/emacs.$(O) : \ $(SRC)/systty.h \ $(SRC)/termhooks.h \ $(SRC)/w32bdf.h \ - $(SRC)/w32gui.h + $(SRC)/w32gui.h \ + $(SRC)/window.h $(BLD)/eval.$(O) : \ $(SRC)/eval.c \