change pathnames from /usr/share/misc to /usr/local/lib. They should *really*
authorMark Eichin <eichin@cygnus>
Thu, 4 Jun 1992 19:36:37 +0000 (19:36 +0000)
committerMark Eichin <eichin@cygnus>
Thu, 4 Jun 1992 19:36:37 +0000 (19:36 +0000)
get built by configure, someday.

gprof/pathnames.h

index 729325cbe82a2650b5e51fe64c5792c00892457e..80cbe0733c32022ba2d02796aa73adb6b918cef0 100755 (executable)
@@ -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"