diff --git a/libraries/liblunicode/Makefile.in b/libraries/liblunicode/Makefile.in index c7de1a7827..efebb18172 100644 --- a/libraries/liblunicode/Makefile.in +++ b/libraries/liblunicode/Makefile.in @@ -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