lib-src/makefile.w32-in (obj): Remove md5.o.
This commit is contained in:
parent
e1e6b4fb85
commit
50a4e25afa
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-02-20 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* makefile.w32-in (obj): Remove md5.o.
|
||||
|
||||
2011-02-18 Karl Chen <Karl.Chen@quarl.org>
|
||||
|
||||
* emacsclient.c (main): Loop while `recv' return EINTR.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue