diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2012-12-11 03:06:53 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2012-12-11 03:06:53 +0100 |
commit | 0eeb69fe150751f33150f448fcc4fcd1d3fe4ff9 (patch) | |
tree | 7ecf41cb98738cf0351b77fbd2740ab858d2932d /lib | |
parent | abf8abe58fab8069a1cf950f055b80aa3ce46e0f (diff) | |
download | emacs-0eeb69fe150751f33150f448fcc4fcd1d3fe4ff9.tar.gz emacs-0eeb69fe150751f33150f448fcc4fcd1d3fe4ff9.tar.bz2 emacs-0eeb69fe150751f33150f448fcc4fcd1d3fe4ff9.zip |
(lib-src,src,lib)/makefile.w32-in: Update dependencies.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/makefile.w32-in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/makefile.w32-in b/lib/makefile.w32-in index b27e21032b3..1482d686acb 100644 --- a/lib/makefile.w32-in +++ b/lib/makefile.w32-in @@ -103,6 +103,8 @@ U64_H = $(GNU_LIB)/u64.h \ $(NT_INC)/stdint.h SHA512_H = $(GNU_LIB)/sha512.h \ $(U64_H) +SIG2STR_H = $(GNU_LIB)/sig2str.h \ + $(GNU_LIB)/intprops.h STAT_TIME_H = $(GNU_LIB)/stat-time.h \ $(NT_INC)/sys/stat.h @@ -243,8 +245,7 @@ $(BLD)/filemode.$(O) : \ $(BLD)/sig2str.$(O) : \ $(GNU_LIB)/sig2str.c \ $(CONFIG_H) \ - $(GNU_LIB)/sig2str.h \ - $(GNU_LIB)/intprops.h + $(SIG2STR_H) # The following dependencies are for supporting parallel builds, where |