summaryrefslogtreecommitdiff
path: root/gprof/Makefile.in
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
commitcbf5ee296c34047054213bd7de2f9962a1036367 (patch)
treec41292aab1af7e1af84249b7f1fb38f95a2e2057 /gprof/Makefile.in
parentff7817114ab7e09ea8687007099b9076f664f12a (diff)
downloadbinutils-redhat-cbf5ee296c34047054213bd7de2f9962a1036367.tar.gz
rebuild with patched automake
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 a710aa1360..9413ffe76f 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 \