summaryrefslogtreecommitdiffstats
path: root/call/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'call/Makefile.in')
-rw-r--r--call/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/call/Makefile.in b/call/Makefile.in
index cdb2815..979b9f8 100644
--- a/call/Makefile.in
+++ b/call/Makefile.in
@@ -273,14 +273,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: