# HG changeset patch # User Richard M. Stallman # Date 791282324 0 # Node ID eb798bab393db1a4c3b74a942c2ad9148b270b0e # Parent f79a6ab2d0bd07f191bbdd4f9fda88e7c5f52d3b (ecrt0.o): Target renamed from crt0.o. (START_FILES): Use ecrt0.o. diff -r f79a6ab2d0bd -r eb798bab393d src/Makefile.in --- a/src/Makefile.in Sat Jan 28 08:27:31 1995 +0000 +++ b/src/Makefile.in Sat Jan 28 08:38:44 1995 +0000 @@ -197,7 +197,7 @@ #define START_FILES pre-crt0.o /lib/crt0.o #endif /* ! defined (COFF_ENCAPSULATE) */ #else /* ! defined (NO_REMAP) */ -#define START_FILES crt0.o +#define START_FILES ecrt0.o #endif /* ! defined (NO_REMAP) */ #endif /* START_FILES */ STARTFILES = START_FILES @@ -814,8 +814,8 @@ cm.o: cm.c cm.h termhooks.h $(config_h) cmds.o: cmds.c syntax.h buffer.h commands.h window.h $(config_h) pre-crt0.o: pre-crt0.c -crt0.o: crt0.c $(config_h) - CRT0_COMPILE ${srcdir}/crt0.c +ecrt0.o: ecrt0.c $(config_h) + CRT0_COMPILE ${srcdir}/ecrt0.c dired.o: dired.c commands.h buffer.h $(config_h) regex.h dispnew.o: dispnew.c commands.h frame.h window.h buffer.h dispextern.h \ termchar.h termopts.h termhooks.h cm.h disptab.h systty.h systime.h $(config_h)