rebuild with patched automake
[binutils.git] / gprof / Makefile.in
index a710aa13608e55dc75e50bd08a8d3ebfde322746..9413ffe76f0fb034ce4efb35d43e148f59c9c2d7 100644 (file)
@@ -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 \
This page took 0.022088 seconds and 4 git commands to generate.