From 6442bb77271cbf7fb74a5019f4212bf70aba5d86 Mon Sep 17 00:00:00 2001 From: Mark Eichin Date: Thu, 4 Jun 1992 19:36:37 +0000 Subject: [PATCH] change pathnames from /usr/share/misc to /usr/local/lib. They should *really* get built by configure, someday. --- gprof/pathnames.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gprof/pathnames.h b/gprof/pathnames.h index 729325cbe82..80cbe0733c3 100755 --- a/gprof/pathnames.h +++ b/gprof/pathnames.h @@ -19,6 +19,6 @@ * @(#)pathnames.h 5.2 (Berkeley) 6/1/90 */ -#define _PATH_FLAT_BLURB "/usr/share/misc/gprof.flat" -#define _PATH_CALLG_BLURB "/usr/share/misc/gprof.callg" +#define _PATH_FLAT_BLURB "/usr/local/lib/gprof.flat" +#define _PATH_CALLG_BLURB "/usr/local/lib/gprof.callg" -- 2.30.2