]> git.sur5r.net Git - openldap/blobdiff - libraries/liblunicode/Makefile.in
ITS#5129 fix alock_close with Quick mode
[openldap] / libraries / liblunicode / Makefile.in
index c7de1a782763376010e643311af4313fdff464ee..22c1a8989a1a76a23e541ddde7edaf0236dc984b 100644 (file)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2006 The OpenLDAP Foundation.
+## Copyright 1998-2007 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -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 $(srcdir) -name $$i` ; \
+               $(LN_S) $$ii . ; \
        done
        touch .links