summaryrefslogtreecommitdiff
path: root/gprof
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-08-09 20:22:04 +0000
committerIan Lance Taylor <ian@airs.com>1999-08-09 20:22:04 +0000
commit10e80b41455f1a386485631b7c170cafe341dcd6 (patch)
tree44f5d25be71ba77f95e5116568780c1e6ed3c9a4 /gprof
parent169f3bd8b5a070a3aa625ade6feb83361deb21e0 (diff)
downloadbinutils-gdb-10e80b41455f1a386485631b7c170cafe341dcd6.tar.gz
rebuild with patched automake
Diffstat (limited to 'gprof')
-rw-r--r--gprof/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/Makefile.in b/gprof/Makefile.in
index a710aa13608..9413ffe76f0 100644
--- a/gprof/Makefile.in
+++ b/gprof/Makefile.in
@@ -568,7 +568,7 @@ distdir: $(DISTFILES)
@for file in $(DISTFILES); do \
if test -f $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
- cp -pr $$/$$file $(distdir)/$$file; \
+ cp -pr $$d/$$file $(distdir)/$$file; \
else \
test -f $(distdir)/$$file \
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \