From: Dan Nicolaescu Date: Thu, 30 Sep 2010 01:20:51 +0000 (-0700) Subject: * src/Makefile.in: ecrt0.c does not exist anymore, do not mention it. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~46^2~290 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e4b6db1206d6370ff25380e3d67e7ae39334a952;p=emacs.git * src/Makefile.in: ecrt0.c does not exist anymore, do not mention it. --- diff --git a/src/ChangeLog b/src/ChangeLog index ba21c2a411b..cfdff363222 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2010-09-30 Dan Nicolaescu + + * Makefile.in: ecrt0.c does not exist anymore, do not mention it. + 2010-09-30 Juanma Barranquero * 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) @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