]> git.sur5r.net Git - openldap/blobdiff - build/mkrelease
More for ITS#5245
[openldap] / build / mkrelease
index 368e6ed86a02eb684b9818687a75d631e57c3394..0ba119af3ccf256c9239d6441a6b706cca37cd1a 100755 (executable)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2005 The OpenLDAP Foundation.
+## Copyright 1998-2008 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -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"