diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2013-03-29 04:03:19 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2013-03-29 04:03:19 +0100 |
commit | 1921c31bb940e67ac6c8a0b20ef5a9504ab8d2df (patch) | |
tree | ad6ced819e78e16998f7023fefbb39639fdf080c /src/makefile.w32-in | |
parent | a0c0aab26b027849e618e0a6d30f74f99bb24a60 (diff) | |
download | emacs-1921c31bb940e67ac6c8a0b20ef5a9504ab8d2df.tar.gz |
src/makefile.w32-in: Update dependencies.
Diffstat (limited to 'src/makefile.w32-in')
-rw-r--r-- | src/makefile.w32-in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 93f12900dde..aacc258cd11 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -873,6 +873,7 @@ $(BLD)/filelock.$(O) : \ $(CHARACTER_H) \ $(CODING_H) \ $(CONFIG_H) \ + $(C_CTYPE_H) \ $(LISP_H) \ $(SYSTIME_H) @@ -1398,6 +1399,7 @@ $(BLD)/sysdep.$(O) : \ $(NT_INC)/netdb.h \ $(NT_INC)/pwd.h \ $(NT_INC)/sys/file.h \ + $(NT_INC)/sys/param.h \ $(NT_INC)/sys/stat.h \ $(NT_INC)/unistd.h \ $(GNU_LIB)/execinfo.h \ |