]> git.sur5r.net Git - openldap/blobdiff - libraries/liblunicode/Makefile.in
ITS#5129 fix alock_close with Quick mode
[openldap] / libraries / liblunicode / Makefile.in
index efebb1817204bb30acef085e4e0f5b2ea46c5128..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
@@ -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