diff options
author | reinelt <> | 2001-09-10 13:55:53 +0000 |
---|---|---|
committer | reinelt <> | 2001-09-10 13:55:53 +0000 |
commit | 832041ab49ceed247aa6b8caf1033266e11025d3 (patch) | |
tree | cd36ee97db1d992d09285343ef1c2c08417d7b43 /Makefile.in | |
parent | 7eeb474f0f2baad920a2f08d458b86d5836b59b9 (diff) | |
download | lcd4linux-832041ab49ceed247aa6b8caf1033266e11025d3.tar.gz |
[lcd4linux @ 2001-09-10 13:55:53 by reinelt]
M50530 driver
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
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 \ |