summaryrefslogtreecommitdiffstats
path: root/listen/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'listen/Makefile.in')
-rw-r--r--listen/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/listen/Makefile.in b/listen/Makefile.in
index acf7fba..9f1fe31 100644
--- a/listen/Makefile.in
+++ b/listen/Makefile.in
@@ -274,14 +274,13 @@ 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 \
|| cp -p $$d/$$file $(distdir)/$$file || :; \
fi; \
done
-
info-am:
info: info-am
dvi-am: