diff options
| author | Dan Nicolaescu | 2010-09-29 18:20:51 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-09-29 18:20:51 -0700 |
| commit | e4b6db1206d6370ff25380e3d67e7ae39334a952 (patch) | |
| tree | dbb3cbaeb342d19b8b171539b24046cc30bebdea /src | |
| parent | 1becef93b4ab54202d07ffd5cd6b364b300d23a2 (diff) | |
| download | emacs-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/ChangeLog | 4 | ||||
| -rw-r--r-- | src/Makefile.in | 3 |
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 @@ | |||
| 1 | 2010-09-30 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * Makefile.in: ecrt0.c does not exist anymore, do not mention it. | ||
| 4 | |||
| 1 | 2010-09-30 Juanma Barranquero <lekktu@gmail.com> | 5 | 2010-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 | ||
| 691 | ecrt0.o: ecrt0.c $(config_h) | ||
| 692 | @$(MKDEPDIR) | ||
| 693 | $(CC) -c $(ALL_CFLAGS) ${srcdir}/ecrt0.c | ||
| 694 | doc.o: buildobj.h | 691 | doc.o: buildobj.h |
| 695 | 692 | ||
| 696 | 693 | ||