mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#4415: touch ucdata.h
This commit is contained in:
parent
d0fc998454
commit
680b98baaf
1 changed files with 5 additions and 0 deletions
|
|
@ -58,6 +58,11 @@ else
|
|||
echo "No guide"
|
||||
fi
|
||||
|
||||
if test -e $RELNAME/libraries/liblunicode/ucdata/uctable.h ; then
|
||||
echo "touching uctable.h..."
|
||||
touch $RELNAME/libraries/liblunicode/ucdata/uctable.h
|
||||
fi
|
||||
|
||||
if test ! -e $RELNAME/build/version.sh ; then
|
||||
echo "No build version"
|
||||
OL_STRING="something"
|
||||
|
|
|
|||
Loading…
Reference in a new issue