Fix merge error.
authorRichard Henderson <rth@gcc.gnu.org>
Tue, 20 Mar 2001 19:48:43 +0000 (11:48 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 20 Mar 2001 19:48:43 +0000 (11:48 -0800)
From-SVN: r40668

libstdc++-v3/src/Makefile.in

index e8f36cd..9010f3b 100644 (file)
@@ -375,7 +375,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 \