change pathnames from /usr/share/misc to /usr/local/lib. They should *really*

get built by configure, someday.
This commit is contained in:
Mark Eichin 1992-06-04 19:36:37 +00:00
parent f8701a3ff8
commit 6442bb7727
1 changed files with 2 additions and 2 deletions

View File

@ -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"