diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 1 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 9170719e09c..737183de336 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | * makefile.w32-in (ETAGS_CFLAGS, CTAGS_CFLAGS): Add | 3 | * makefile.w32-in (ETAGS_CFLAGS, CTAGS_CFLAGS): Add |
| 4 | ``-DEMACS_NAME="\"GNU Emacs\""''. | 4 | ``-DEMACS_NAME="\"GNU Emacs\""''. |
| 5 | (obj): Remove strftime.o. | ||
| 5 | 6 | ||
| 6 | 2011-01-31 Eli Zaretskii <eliz@gnu.org> | 7 | 2011-01-31 Eli Zaretskii <eliz@gnu.org> |
| 7 | 8 | ||
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 962d4a72a6d..52d1cb5680a 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 strftime.o intervals.o textprop.o composite.o md5.o | 145 | doprnt.o intervals.o textprop.o composite.o md5.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 |