diff options
| author | Christoph Scholtes | 2011-02-20 20:50:26 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2011-02-20 20:50:26 +0200 |
| commit | 32159fc37e0281a54dd35abb17aac7302104fd5e (patch) | |
| tree | 22d02709522cd5015107f09b03c79cce41606843 /src/ChangeLog | |
| parent | bdfbdbb2197aa835bf8c09de964f7ba0cf086633 (diff) | |
| download | emacs-32159fc37e0281a54dd35abb17aac7302104fd5e.tar.gz emacs-32159fc37e0281a54dd35abb17aac7302104fd5e.zip | |
Fix the MS-Windows build due to import of md5 from gnulib.
src/makefile.w32-in: Remove md5.$(O).
($(BLD)/md5.$(O)): Remove prerequisites, moved to
lib/makefile.w32-in.
($(BLD)/fns.$(O)): Depend on $(EMACS_ROOT)/lib/md5.h and on stamp_BLD.
lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
src/makefile.w32-in.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 54d912cc15d..c53e5add3fb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2011-02-20 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in ($(BLD)/fns.$(O)): Depend on | ||
| 4 | $(EMACS_ROOT)/lib/md5.h and on stamp_BLD. | ||
| 5 | |||
| 6 | 2011-02-20 Christoph Scholtes <cschol2112@gmail.com> | ||
| 7 | |||
| 8 | * makefile.w32-in: Remove md5.$(O). | ||
| 9 | ($(BLD)/md5.$(O)): Remove prerequisites, moved to | ||
| 10 | lib/makefile.w32-in. | ||
| 11 | |||
| 1 | 2011-02-20 Paul Eggert <eggert@cs.ucla.edu> | 12 | 2011-02-20 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 13 | ||
| 3 | Import crypto/md5 and stdint modules from gnulib. | 14 | Import crypto/md5 and stdint modules from gnulib. |