aboutsummaryrefslogtreecommitdiff
path: root/gprof/Makefile.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1995-11-21 19:26:27 +0000
committerKen Raeburn <raeburn@cygnus>1995-11-21 19:26:27 +0000
commita4f589cc4117d061233f46c71bb0d06af6eaece5 (patch)
treeb4558b8cba7a9bed4ecc26e6f99e64be7beb1bed /gprof/Makefile.in
parent7fc36fdab48317bb4467e5c338c6104f47e52e5c (diff)
downloadgdb-a4f589cc4117d061233f46c71bb0d06af6eaece5.zip
gdb-a4f589cc4117d061233f46c71bb0d06af6eaece5.tar.gz
gdb-a4f589cc4117d061233f46c71bb0d06af6eaece5.tar.bz2
* Makefile.in (.m.c): Strip out directory name from function name.
Diffstat (limited to 'gprof/Makefile.in')
-rw-r--r--gprof/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/Makefile.in b/gprof/Makefile.in
index d9a6f24..825a656 100644
--- a/gprof/Makefile.in
+++ b/gprof/Makefile.in
@@ -62,7 +62,7 @@ all: $(GEN_FILES) $(PROG)
.m.c:
awk -f $(srcdir)/gen-c-prog.awk > ./$*.c \
- FUNCTION=`(echo $*|sed -e 's/_bl//')`_blurb \
+ FUNCTION=`(echo $*|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \
FILE=$*.m $(srcdir)/$*.m
diststuff: $(GEN_FILES) info