emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r103084: lib-src/makefile.w32-in (obj


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103084: lib-src/makefile.w32-in (obj): Remove strftime.o, it's not in src/.
Date: Wed, 02 Feb 2011 21:50:21 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103084
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Wed 2011-02-02 21:50:21 +0200
message:
   lib-src/makefile.w32-in (obj): Remove strftime.o, it's not in src/.
modified:
  lib-src/ChangeLog
  lib-src/makefile.w32-in
=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2011-02-02 16:28:24 +0000
+++ b/lib-src/ChangeLog 2011-02-02 19:50:21 +0000
@@ -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  <address@hidden>
 

=== modified file 'lib-src/makefile.w32-in'
--- a/lib-src/makefile.w32-in   2011-02-02 16:28:24 +0000
+++ b/lib-src/makefile.w32-in   2011-02-02 19:50:21 +0000
@@ -142,7 +142,7 @@
        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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]