summaryrefslogtreecommitdiff
path: root/fastjar
diff options
context:
space:
mode:
Diffstat (limited to 'fastjar')
-rw-r--r--fastjar/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastjar/Makefile.in b/fastjar/Makefile.in
index f30c93a01d0..94b3a1af5df 100644
--- a/fastjar/Makefile.in
+++ b/fastjar/Makefile.in
@@ -324,7 +324,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 \