OSDN Git Service

TiMidity++-2.10.4
[timidity41/timidity41.git] / interface / motif_bitmaps / Makefile.in
index 8c47bc6..06e98f5 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 \