aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Nicolaescu2010-09-29 18:20:51 -0700
committerDan Nicolaescu2010-09-29 18:20:51 -0700
commite4b6db1206d6370ff25380e3d67e7ae39334a952 (patch)
treedbb3cbaeb342d19b8b171539b24046cc30bebdea /src
parent1becef93b4ab54202d07ffd5cd6b364b300d23a2 (diff)
downloademacs-e4b6db1206d6370ff25380e3d67e7ae39334a952.tar.gz
emacs-e4b6db1206d6370ff25380e3d67e7ae39334a952.zip
* src/Makefile.in: ecrt0.c does not exist anymore, do not mention it.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/Makefile.in3
2 files changed, 4 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ba21c2a411b..cfdff363222 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12010-09-30 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * Makefile.in: ecrt0.c does not exist anymore, do not mention it.
4
12010-09-30 Juanma Barranquero <lekktu@gmail.com> 52010-09-30 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * w32console.c (vga_stdcolor_name): Remove unused function; 7 * w32console.c (vga_stdcolor_name): Remove unused function;
diff --git a/src/Makefile.in b/src/Makefile.in
index 00706460d25..4295fe8f70c 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -688,9 +688,6 @@ $(OLDXMENU): $(OLDXMENU_TARGET)
688 @echo "Please run the `configure' script again." 688 @echo "Please run the `configure' script again."
689 exit 1 689 exit 1
690 690
691ecrt0.o: ecrt0.c $(config_h)
692 @$(MKDEPDIR)
693 $(CC) -c $(ALL_CFLAGS) ${srcdir}/ecrt0.c
694doc.o: buildobj.h 691doc.o: buildobj.h
695 692
696 693