]> git.sur5r.net Git - openldap/commitdiff
allow a build tree different from the source tree (ITS#4480)
authorPierangelo Masarati <ando@openldap.org>
Fri, 7 Apr 2006 01:15:07 +0000 (01:15 +0000)
committerPierangelo Masarati <ando@openldap.org>
Fri, 7 Apr 2006 01:15:07 +0000 (01:15 +0000)
libraries/liblunicode/Makefile.in

index efebb1817204bb30acef085e4e0f5b2ea46c5128..2b2c542c73f7463f08b02db6716b748889f21044 100644 (file)
@@ -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