1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-03 14:10:47 -08:00

src/makefile.w32-in: Update dependencies.

This commit is contained in:
Juanma Barranquero 2011-05-05 02:20:44 +02:00
parent 455c834e68
commit d212713522
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2011-05-05 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in ($(BLD)/image.$(O), $(BLD)/process.$(O)):
Update dependencies.
2011-05-04 Juanma Barranquero <lekktu@gmail.com>
* gnutls.h (emacs_gnutls_write, emacs_gnutls_read):

View file

@ -978,6 +978,7 @@ $(BLD)/image.$(O) : \
$(SRC)/frame.h \
$(SRC)/systime.h \
$(SRC)/termhooks.h \
$(SRC)/w32.h \
$(SRC)/w32gui.h \
$(SRC)/w32term.h \
$(SRC)/window.h
@ -1304,7 +1305,9 @@ $(BLD)/print.$(O) : \
$(BLD)/process.$(O) : \
$(SRC)/process.c \
$(CONFIG_H) \
$(EMACS_ROOT)/nt/inc/inttypes.h \
$(EMACS_ROOT)/nt/inc/netdb.h \
$(EMACS_ROOT)/nt/inc/stdint.h \
$(EMACS_ROOT)/nt/inc/unistd.h \
$(EMACS_ROOT)/nt/inc/arpa/inet.h \
$(EMACS_ROOT)/nt/inc/netinet/in.h \