]> git.sur5r.net Git - openldap/commitdiff
fix ITS#4435
authorPierangelo Masarati <ando@openldap.org>
Thu, 6 Apr 2006 01:27:16 +0000 (01:27 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 6 Apr 2006 01:27:16 +0000 (01:27 +0000)
libraries/liblunicode/Makefile.in

index c7de1a782763376010e643311af4313fdff464ee..efebb1817204bb30acef085e4e0f5b2ea46c5128 100644 (file)
@@ -15,7 +15,7 @@
 
 LIBRARY = liblunicode.a
 
-XXDIR = $(srcdir)/*/
+XXDIR = $(srcdir)/ucdata/
 XXHEADERS = ucdata.h ure.h uctable.h
 
 XXSRCS = ucdata.c ucgendat.c ure.c urestubs.c
@@ -41,7 +41,8 @@ ucgendat: $(XLIBS) ucgendat.o
 .links :
        @for i in $(XXSRCS) $(XXHEADERS); do \
                $(RM) $$i ; \
-               $(LN_S) $(XXDIR)$$i . ; \
+               ii=`find . -name $$i` ; \
+               $(LN_S) $$ii . ; \
        done
        touch .links