From 10e80b41455f1a386485631b7c170cafe341dcd6 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 9 Aug 1999 20:22:04 +0000 Subject: rebuild with patched automake --- gprof/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gprof') 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 \ -- cgit v1.1