[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: (ITS#4480) find in liblunicode
On Apr 6, 2006, at 7:52 PM, Kurt D. Zeilenga wrote:
> Should now be fixed in HEAD/re23.
HEAD's good, thanks.
Donn Cave, donn@u.washington.edu
> 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.
>
Donn Cave, donn@u.washington.edu