diff options
Diffstat (limited to 'gprof/pathnames.h')
-rwxr-xr-x | gprof/pathnames.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gprof/pathnames.h b/gprof/pathnames.h index 729325c..80cbe07 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" |