mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 19:49:35 -05:00
fix ITS#4435
This commit is contained in:
parent
02cba98c0b
commit
8395383d2c
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue