diff options
author | Mark Eichin <eichin@cygnus> | 1992-06-04 19:36:37 +0000 |
---|---|---|
committer | Mark Eichin <eichin@cygnus> | 1992-06-04 19:36:37 +0000 |
commit | 6442bb77271cbf7fb74a5019f4212bf70aba5d86 (patch) | |
tree | 12c3bbe6f5d511a280451210868a9af6f914fcb1 /gprof | |
parent | f8701a3ff892202ea34e9a721c66f8dab62f5c7c (diff) | |
download | gdb-6442bb77271cbf7fb74a5019f4212bf70aba5d86.zip gdb-6442bb77271cbf7fb74a5019f4212bf70aba5d86.tar.gz gdb-6442bb77271cbf7fb74a5019f4212bf70aba5d86.tar.bz2 |
change pathnames from /usr/share/misc to /usr/local/lib. They should *really*
get built by configure, someday.
Diffstat (limited to 'gprof')
-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" |