aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorreinelt <>2001-09-10 13:55:53 +0000
committerreinelt <>2001-09-10 13:55:53 +0000
commit832041ab49ceed247aa6b8caf1033266e11025d3 (patch)
treecd36ee97db1d992d09285343ef1c2c08417d7b43 /Makefile.in
parent7eeb474f0f2baad920a2f08d458b86d5836b59b9 (diff)
downloadlcd4linux-832041ab49ceed247aa6b8caf1033266e11025d3.tar.gz
[lcd4linux @ 2001-09-10 13:55:53 by reinelt]
M50530 driver
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 177adda..9296c90 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -294,7 +294,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 \