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/tahoe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gprof/tahoe.c') diff --git a/gprof/tahoe.c b/gprof/tahoe.c index 3bcd3c5..55db278 100644 --- a/gprof/tahoe.c +++ b/gprof/tahoe.c @@ -18,7 +18,7 @@ */ #include "gprof.h" #include "cg_arcs.h" -#include "core.h" +#include "corefile.h" #include "hist.h" #include "symtab.h" -- cgit v1.1