From: Juanma Barranquero Date: Wed, 10 Oct 2012 15:59:49 +0000 (+0200) Subject: src/makefile.w32-in: Update dependencies. X-Git-Tag: emacs-24.2.90~237^2~5 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=29f21cdf23171eef76deee2582cf4024367220ec;p=emacs.git src/makefile.w32-in: Update dependencies. --- diff --git a/src/ChangeLog b/src/ChangeLog index 98433493475..60a18e5c680 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2012-10-10 Juanma Barranquero + + * makefile.w32-in ($(BLD)/dispnew.$(O), $(BLD)/indent.$(O)) + ($(BLD)/term.$(O)): Update dependencies. + 2012-10-10 Dmitry Antipov * alloc.c (mark_object): Use meaningful PVEC_NORMAL_VECTOR. diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 2ff56fbb8f8..40a075dbf3c 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -735,7 +735,6 @@ $(BLD)/dispnew.$(O) : \ $(SRC)/disptab.h \ $(SRC)/indent.h \ $(SRC)/termchar.h \ - $(SRC)/termopts.h \ $(NT_INC)/unistd.h \ $(BUFFER_H) \ $(CHARACTER_H) \ @@ -1015,7 +1014,6 @@ $(BLD)/indent.$(O) : \ $(SRC)/indent.h \ $(SRC)/region-cache.h \ $(SRC)/termchar.h \ - $(SRC)/termopts.h \ $(BUFFER_H) \ $(CHARACTER_H) \ $(CONFIG_H) \ @@ -1412,7 +1410,6 @@ $(BLD)/term.$(O) : \ $(SRC)/disptab.h \ $(SRC)/keymap.h \ $(SRC)/termchar.h \ - $(SRC)/termopts.h \ $(SRC)/tparam.h \ $(NT_INC)/sys/file.h \ $(NT_INC)/sys/time.h \