OSDN Git Service

TiMidity++-2.10.4
[timidity41/timidity41.git] / doc / C / Makefile.in
index ec05fcf..e32f545 100644 (file)
@@ -145,7 +145,7 @@ distdir: $(DISTFILES)
        @for file in $(DISTFILES); do \
          d=$(srcdir); \
          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 \