Revent last change. Must use TOPSRCDIR for VPATH support.

This commit is contained in:
Kurt Zeilenga 2003-10-22 17:15:16 +00:00
parent 049a28d74a
commit 6a4570999a

View File

@ -107,7 +107,7 @@ if test ! -e schema/core.schema ; then
${LN_S} ${TOPSRCDIR}/servers/slapd/schema schema
fi
if test ! -e ucdata/UnicodeData.txt ; then
${LN_S} ../libraries/liblunicode ucdata
${LN_S} ${TOPSRCDIR}/libraries/lunicode ucdata
fi
if test -d testrun ; then