aboutsummaryrefslogtreecommitdiffstats
path: root/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 /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 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b45cc2eabd..07cafd1f33a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
12011-02-20 Christoph Scholtes <cschol2112@gmail.com>
2
3 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
4 src/makefile.w32-in.
5
12011-02-20 Paul Eggert <eggert@cs.ucla.edu> 62011-02-20 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 Import crypto/md5 and stdint modules from gnulib. 8 Import crypto/md5 and stdint modules from gnulib.