From: Kurt Zeilenga Date: Sat, 13 May 2006 01:53:31 +0000 (+0000) Subject: ITS#4415: touch ucdata.h X-Git-Tag: OPENLDAP_REL_ENG_2_4_1ALPHA~2^2~26 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=680b98baaf207b1e075e70d7c01acc90d301fdf9;p=openldap ITS#4415: touch ucdata.h --- diff --git a/build/mkrelease b/build/mkrelease index f8fdaaba11..d9fa395ed5 100755 --- a/build/mkrelease +++ b/build/mkrelease @@ -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"