comparison src/Makefile.in @ 110656:c237dcab72bf

* src/Makefile.in: ecrt0.c does not exist anymore, do not mention it.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 29 Sep 2010 18:20:51 -0700
parents 9d94d76ce611
children 0e6d88c45380
comparison
equal deleted inserted replaced
110655:63c8e1ad7b0f 110656:c237dcab72bf
686 ../config.status:: config.in 686 ../config.status:: config.in
687 @echo "The file config.h needs to be set up from config.in." 687 @echo "The file config.h needs to be set up from config.in."
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
697 ## If HAVE_NS, some ns-specific rules (for OTHER_FILES) are inserted here. 694 ## If HAVE_NS, some ns-specific rules (for OTHER_FILES) are inserted here.
698 @ns_frag@ 695 @ns_frag@