emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r101684: * src/Makefile.in: ecrt0.c d


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101684: * src/Makefile.in: ecrt0.c does not exist anymore, do not mention it.
Date: Wed, 29 Sep 2010 18:20:51 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101684
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Wed 2010-09-29 18:20:51 -0700
message:
  * src/Makefile.in: ecrt0.c does not exist anymore, do not mention it.
modified:
  src/ChangeLog
  src/Makefile.in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-09-30 00:09:04 +0000
+++ b/src/ChangeLog     2010-09-30 01:20:51 +0000
@@ -1,3 +1,7 @@
+2010-09-30  Dan Nicolaescu  <address@hidden>
+
+       * Makefile.in: ecrt0.c does not exist anymore, do not mention it.
+
 2010-09-30  Juanma Barranquero  <address@hidden>
 
        * w32console.c (vga_stdcolor_name): Remove unused function;

=== modified file 'src/Makefile.in'
--- a/src/Makefile.in   2010-09-26 06:06:28 +0000
+++ b/src/Makefile.in   2010-09-30 01:20:51 +0000
@@ -688,9 +688,6 @@
        @echo "Please run the `configure' script again."
        exit 1
 
-ecrt0.o: ecrt0.c $(config_h)
-       @$(MKDEPDIR)
-       $(CC) -c $(ALL_CFLAGS) ${srcdir}/ecrt0.c
 doc.o: buildobj.h
 
 


reply via email to

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