Fix update-unicode make target

Peter Eisentraut <peter@eisentraut.org>

Commit: 34f04aa6533b6f6f9894907cd29f5d52d9e0df92
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2025-04-03T07:20:25Z
Releases: 18.0
Fix update-unicode make target

The addition of SpecialCasing.txt by commit 286a365b9c2 was not added
to the make target dependencies, so the invoked script would fail
because the required file wasn't downloaded first.  (The meson version
appears to work correctly.)

Files

PathChange+/−
src/common/unicode/Makefile modified +1 −1