Thread: pgsql: Fix update-unicode make target

pgsql: Fix update-unicode make target

From
Peter Eisentraut
Date:
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.)

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/34f04aa6533b6f6f9894907cd29f5d52d9e0df92

Modified Files
--------------
src/common/unicode/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)