aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu <[email protected]>2010-09-29 18:20:51 -0700
committerDan Nicolaescu <[email protected]>2010-09-29 18:20:51 -0700
commite4b6db1206d6370ff25380e3d67e7ae39334a952 (patch)
treedbb3cbaeb342d19b8b171539b24046cc30bebdea
parent1becef93b4ab54202d07ffd5cd6b364b300d23a2 (diff)
* src/Makefile.in: ecrt0.c does not exist anymore, do not mention it.
-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 ba21c2a411..cfdff36322 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2010-09-30 Dan Nicolaescu <[email protected]>
+
+ * Makefile.in: ecrt0.c does not exist anymore, do not mention it.
+
2010-09-30 Juanma Barranquero <[email protected]>
* w32console.c (vga_stdcolor_name): Remove unused function;
diff --git a/src/Makefile.in b/src/Makefile.in
index 00706460d2..4295fe8f70 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -688,9 +688,6 @@ $(OLDXMENU): $(OLDXMENU_TARGET)
@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