aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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