projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8701a3
)
change pathnames from /usr/share/misc to /usr/local/lib. They should *really*
author
Mark Eichin
<eichin@cygnus>
Thu, 4 Jun 1992 19:36:37 +0000
(19:36 +0000)
committer
Mark Eichin
<eichin@cygnus>
Thu, 4 Jun 1992 19:36:37 +0000
(19:36 +0000)
get built by configure, someday.
gprof/pathnames.h
patch
|
blob
|
history
diff --git
a/gprof/pathnames.h
b/gprof/pathnames.h
index 729325cbe82a2650b5e51fe64c5792c00892457e..80cbe0733c32022ba2d02796aa73adb6b918cef0 100755
(executable)
--- 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"