diff options
| author | Eli Zaretskii | 2011-02-02 21:50:21 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2011-02-02 21:50:21 +0200 |
| commit | 83cc5772916e984fbf5d4e9f6db878c90d9189c7 (patch) | |
| tree | 5b4479ab46dfe62307434c8e57f3f8ff952173f4 /lib-src | |
| parent | e90f854587c8731d7c487723e4cc3a75b4e58f7a (diff) | |
| download | emacs-83cc5772916e984fbf5d4e9f6db878c90d9189c7.tar.gz emacs-83cc5772916e984fbf5d4e9f6db878c90d9189c7.zip | |
lib-src/makefile.w32-in (obj): Remove strftime.o, it's not in src/.
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 |