diff options
| author | Juanma Barranquero | 2012-07-09 17:37:43 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2012-07-09 17:37:43 +0200 |
| commit | 52331d2c41bf325fd1b22764fdc230d92b68ab85 (patch) | |
| tree | d8770a72bbdef90e226ff789e04fc21ffc44b5c4 /ChangeLog | |
| parent | ad0a19b70ec45539c65db17cd14098fce8086c93 (diff) | |
| download | emacs-52331d2c41bf325fd1b22764fdc230d92b68ab85.tar.gz emacs-52331d2c41bf325fd1b22764fdc230d92b68ab85.zip | |
lib/makefile.w32-in: Rework dependencies.
(GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
(FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
(U64_H, SHA512_H): New macros.
(SRC): Redefine to point to src/, not current directory.
($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
($(BLD)/filemode.$(O)): Update dependencies.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
| @@ -1,3 +1,18 @@ | |||
| 1 | 2012-07-09 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * lib/makefile.w32-in: Rework dependencies. | ||
| 4 | (GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H) | ||
| 5 | (FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H) | ||
| 6 | (U64_H, SHA512_H): New macros. | ||
| 7 | (SRC): Redefine to point to src/, not current directory. | ||
| 8 | ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O)) | ||
| 9 | ($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O)) | ||
| 10 | ($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O)) | ||
| 11 | ($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O)) | ||
| 12 | ($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O)) | ||
| 13 | ($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O)) | ||
| 14 | ($(BLD)/filemode.$(O)): Update dependencies. | ||
| 15 | |||
| 1 | 2012-07-09 Paul Eggert <eggert@cs.ucla.edu> | 16 | 2012-07-09 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 17 | ||
| 3 | Merge from gnulib, incorporating: | 18 | Merge from gnulib, incorporating: |