From: Mark Eichin Date: Thu, 4 Jun 1992 19:36:37 +0000 (+0000) Subject: change pathnames from /usr/share/misc to /usr/local/lib. They should *really* X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6442bb77271cbf7fb74a5019f4212bf70aba5d86;p=binutils-gdb.git change pathnames from /usr/share/misc to /usr/local/lib. They should *really* get built by configure, someday. --- 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"