src/makefile.w32-in: Update dependencies.
This commit is contained in:
parent
b24696b8c8
commit
b72c161c5b
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-11-15 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* makefile.w32-in ($(BLD)/dispnew.$(O), $(BLD)/emacs.$(O)):
|
||||
Update dependencies.
|
||||
|
||||
2012-11-15 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* eval.c (mark_backtrace) [BYTE_MARK_STACK]: Remove stray '*'.
|
||||
|
|
|
@ -737,6 +737,7 @@ $(BLD)/dispnew.$(O) : \
|
|||
$(SRC)/termchar.h \
|
||||
$(SRC)/w32.h \
|
||||
$(NT_INC)/unistd.h \
|
||||
$(GNU_LIB)/fpending.h \
|
||||
$(BUFFER_H) \
|
||||
$(CHARACTER_H) \
|
||||
$(CONFIG_H) \
|
||||
|
@ -802,6 +803,7 @@ $(BLD)/emacs.$(O) : \
|
|||
$(SRC)/w32select.h \
|
||||
$(NT_INC)/sys/file.h \
|
||||
$(NT_INC)/unistd.h \
|
||||
$(GNU_LIB)/close-stream.h \
|
||||
$(GNU_LIB)/ignore-value.h \
|
||||
$(ATIMER_H) \
|
||||
$(BUFFER_H) \
|
||||
|
|
Loading…
Add table
Reference in a new issue