* src/Makefile.in: ecrt0.c does not exist anymore, do not mention it.
This commit is contained in:
parent
1becef93b4
commit
e4b6db1206
2 changed files with 4 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-09-30 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* Makefile.in: ecrt0.c does not exist anymore, do not mention it.
|
||||
|
||||
2010-09-30 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* w32console.c (vga_stdcolor_name): Remove unused function;
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue