From: Pierangelo Masarati Date: Fri, 7 Apr 2006 01:15:07 +0000 (+0000) Subject: allow a build tree different from the source tree (ITS#4480) X-Git-Tag: OPENLDAP_REL_ENG_2_4_0ALPHA~22 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=301394c28d03f04bc46e6a566f7d160c2f1d9c12;p=openldap allow a build tree different from the source tree (ITS#4480) --- diff --git a/libraries/liblunicode/Makefile.in b/libraries/liblunicode/Makefile.in index efebb18172..2b2c542c73 100644 --- a/libraries/liblunicode/Makefile.in +++ b/libraries/liblunicode/Makefile.in @@ -41,7 +41,7 @@ ucgendat: $(XLIBS) ucgendat.o .links : @for i in $(XXSRCS) $(XXHEADERS); do \ $(RM) $$i ; \ - ii=`find . -name $$i` ; \ + ii=`find $(srcdir) -name $$i` ; \ $(LN_S) $$ii . ; \ done touch .links