From 50a4e25afa6d4bce3b0d5ec217b257a161ba8973 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 20 Feb 2011 23:17:39 +0100 Subject: [PATCH] lib-src/makefile.w32-in (obj): Remove md5.o. --- lib-src/ChangeLog | 4 ++++ lib-src/makefile.w32-in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 66478816bfa..c2abbc11925 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2011-02-20 Juanma Barranquero + + * makefile.w32-in (obj): Remove md5.o. + 2011-02-18 Karl Chen * emacsclient.c (main): Loop while `recv' return EINTR. diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 52d1cb5680a..77931c1a36b 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -142,7 +142,7 @@ obj = dosfns.o msdos.o \ syntax.o bytecode.o \ process.o callproc.o unexw32.o \ region-cache.o sound.o atimer.o \ - doprnt.o intervals.o textprop.o composite.o md5.o + doprnt.o intervals.o textprop.o composite.o # # These are the lisp files that are loaded up in loadup.el -- 2.39.5