[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: (ITS#4480) find in liblunicode
Should now be fixed in HEAD/re23.
At 03:23 PM 4/6/2006, donn@u.washington.edu wrote:
>Full_Name: Donn Cave
>Version: OPENLDAP_REL_ENG_2_3
>OS: NetBSD 3.0
>URL:
>Submission from: (NULL) (128.95.135.150)
>
>
>links target in Makefile searches current working directory (.), not $(srcdir)
>
>I changed libraries/liblunicode/Makefile.in from
> ii=`find . -name $$i` ;
>
>to
> ii=`find $(srcdir) -name $$i` ;
>
>and that appears to have worked.