From 43870aec5efd34c46f8d7d8422291030c5048fd8 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 28 Apr 1998 23:52:20 +0000 Subject: * corefile.c: Rename from core.c. * corefile.h: Rename from core.h. * Many .c files: Include corefile.h rather than core.h. * Makefile.am (sources): Change core.c to corefile.c. (noinst_HEADERS): Change core.h to corefile.h. ($(OBJECTS)): Depend upon corefile.h rather than core.h. (corefile.o): Rename target from core.o, depend upon corefile.c. * Makefile.in, po/POTFILES.in: Rebuild. --- gprof/gprof.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gprof/gprof.c') diff --git a/gprof/gprof.c b/gprof/gprof.c index 888335b..b6e260c 100644 --- a/gprof/gprof.c +++ b/gprof/gprof.c @@ -23,7 +23,7 @@ #include "call_graph.h" #include "cg_arcs.h" #include "cg_print.h" -#include "core.h" +#include "corefile.h" #include "gmon_io.h" #include "hertz.h" #include "hist.h" -- cgit v1.1