diff options
| author | Juanma Barranquero | 2011-02-20 23:17:39 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-02-20 23:17:39 +0100 |
| commit | 50a4e25afa6d4bce3b0d5ec217b257a161ba8973 (patch) | |
| tree | 9456a14259ea9e713722bdde7191ffdc43a24d86 /lib-src | |
| parent | e1e6b4fb853e336b4069d3f40ceecee95b6fe309 (diff) | |
| download | emacs-50a4e25afa6d4bce3b0d5ec217b257a161ba8973.tar.gz emacs-50a4e25afa6d4bce3b0d5ec217b257a161ba8973.zip | |
lib-src/makefile.w32-in (obj): Remove md5.o.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 2 |
2 files changed, 5 insertions, 1 deletions
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 @@ | |||
| 1 | 2011-02-20 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * makefile.w32-in (obj): Remove md5.o. | ||
| 4 | |||
| 1 | 2011-02-18 Karl Chen <Karl.Chen@quarl.org> | 5 | 2011-02-18 Karl Chen <Karl.Chen@quarl.org> |
| 2 | 6 | ||
| 3 | * emacsclient.c (main): Loop while `recv' return EINTR. | 7 | * 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 \ | |||
| 142 | syntax.o bytecode.o \ | 142 | syntax.o bytecode.o \ |
| 143 | process.o callproc.o unexw32.o \ | 143 | process.o callproc.o unexw32.o \ |
| 144 | region-cache.o sound.o atimer.o \ | 144 | region-cache.o sound.o atimer.o \ |
| 145 | doprnt.o intervals.o textprop.o composite.o md5.o | 145 | doprnt.o intervals.o textprop.o composite.o |
| 146 | 146 | ||
| 147 | # | 147 | # |
| 148 | # These are the lisp files that are loaded up in loadup.el | 148 | # These are the lisp files that are loaded up in loadup.el |