diff options
Diffstat (limited to 'gprof')
-rw-r--r-- | gprof/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/Makefile.in b/gprof/Makefile.in index a710aa1..9413ffe 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 \ |