From: Juanma Barranquero Date: Mon, 1 Mar 2004 18:47:50 +0000 (+0000) Subject: ($(BLD)/fringe.$(O)): Add dependencies. X-Git-Tag: ttn-vms-21-2-B4~7396 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eee302177f0efdbd6a03b331c6d081a625636dda;p=emacs.git ($(BLD)/fringe.$(O)): Add dependencies. --- diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 1007e3940b0..0c153b185d8 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -723,6 +723,21 @@ $(BLD)/frame.$(O) : \ $(SRC)/w32term.h \ $(SRC)/window.h +$(BLD)/fringe.$(O) : \ + $(SRC)/fringe.c \ + $(EMACS_ROOT)/src/s/ms-w32.h \ + $(EMACS_ROOT)/src/m/intel386.h \ + $(EMACS_ROOT)/src/config.h \ + $(SRC)/atimer.h \ + $(SRC)/blockinput.h \ + $(SRC)/buffer.h \ + $(SRC)/dispextern.h \ + $(SRC)/frame.h \ + $(SRC)/systime.h \ + $(SRC)/w32bdf.h \ + $(SRC)/w32gui.h \ + $(SRC)/window.h + $(BLD)/gmalloc.$(O) : \ $(SRC)/gmalloc.c \ $(EMACS_ROOT)/src/s/ms-w32.h \