aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChristoph Scholtes2011-02-20 20:50:26 +0200
committerEli Zaretskii2011-02-20 20:50:26 +0200
commit32159fc37e0281a54dd35abb17aac7302104fd5e (patch)
tree22d02709522cd5015107f09b03c79cce41606843 /src/ChangeLog
parentbdfbdbb2197aa835bf8c09de964f7ba0cf086633 (diff)
downloademacs-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/ChangeLog11
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 @@
12011-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
62011-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
12011-02-20 Paul Eggert <eggert@cs.ucla.edu> 122011-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.