1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 02:51:31 -08:00

src/makefile.w32-in: Update dependencies.

This commit is contained in:
Juanma Barranquero 2012-10-10 17:59:49 +02:00
parent 6aea752802
commit 29f21cdf23
2 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2012-10-10 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in ($(BLD)/dispnew.$(O), $(BLD)/indent.$(O))
($(BLD)/term.$(O)): Update dependencies.
2012-10-10 Dmitry Antipov <dmantipov@yandex.ru>
* alloc.c (mark_object): Use meaningful PVEC_NORMAL_VECTOR.

View file

@ -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 \