From 832041ab49ceed247aa6b8caf1033266e11025d3 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Mon, 10 Sep 2001 13:55:53 +0000 Subject: [lcd4linux @ 2001-09-10 13:55:53 by reinelt] M50530 driver --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') 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 \ -- cgit v1.2.3