OSDN Git Service

TiMidity++-2.10.4
[timidity41/timidity41.git] / interface / bitmaps / Makefile.in
index 1827e61..1d162ee 100644 (file)
@@ -147,7 +147,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 \