1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00

src/makefile.w32-in ($(BLD)/emacs.$(O)): Update dependencies.

This commit is contained in:
Juanma Barranquero 2012-07-26 15:59:01 +02:00
parent d89518dbdf
commit d6749401cb
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2012-07-26 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in ($(BLD)/emacs.$(O)): Update dependencies.
2012-07-26 Paul Eggert <eggert@cs.ucla.edu>
Simplify export of symbols to GDB (Bug#12036).

View File

@ -783,6 +783,7 @@ $(BLD)/emacs.$(O) : \
$(SRC)/w32heap.h \
$(NT_INC)/sys/file.h \
$(NT_INC)/unistd.h \
$(GNU_LIB)/verify.h \
$(BLOCKINPUT_H) \
$(BUFFER_H) \
$(CHARACTER_H) \