lib-src/makefile.w32-in (obj): Remove strftime.o, it's not in src/.
This commit is contained in:
parent
e90f854587
commit
83cc577291
2 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
* makefile.w32-in (ETAGS_CFLAGS, CTAGS_CFLAGS): Add
|
||||
``-DEMACS_NAME="\"GNU Emacs\""''.
|
||||
(obj): Remove strftime.o.
|
||||
|
||||
2011-01-31 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
|
|
|
@ -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 strftime.o intervals.o textprop.o composite.o md5.o
|
||||
doprnt.o intervals.o textprop.o composite.o md5.o
|
||||
|
||||
#
|
||||
# These are the lisp files that are loaded up in loadup.el
|
||||
|
|
Loading…
Add table
Reference in a new issue