changeset 52738:4eb32aa57372

(emacs.o, coding.o, bytecode.o): Sync dependancies with Makefile.in. (alloca.o): Remove.
author Jason Rumney <jasonr@gnu.org>
date Thu, 02 Oct 2003 23:16:02 +0000
parents 6685d28af4a7
children 92fbdfc121ab
files src/makefile.w32-in
diffstat 1 files changed, 5 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/src/makefile.w32-in	Thu Oct 02 23:07:28 2003 +0000
+++ b/src/makefile.w32-in	Thu Oct 02 23:16:02 2003 +0000
@@ -55,7 +55,6 @@
 
 OBJ1 =  $(BLD)/abbrev.$(O)			\
 	$(BLD)/alloc.$(O)			\
-	$(BLD)/alloca.$(O)			\
 	$(BLD)/atimer.$(O)			\
 	$(BLD)/buffer.$(O)			\
 	$(BLD)/bytecode.$(O)			\
@@ -288,18 +287,6 @@
 	$(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 @@
 	$(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 @@
 	$(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 @@
 	$(SRC)/systty.h \
 	$(SRC)/termhooks.h \
 	$(SRC)/w32bdf.h \
-	$(SRC)/w32gui.h
+	$(SRC)/w32gui.h \
+	$(SRC)/window.h
 
 $(BLD)/eval.$(O) : \
 	$(SRC)/eval.c \