Fix update-unicode target
authorPeter Eisentraut <peter@eisentraut.org>
Sun, 19 Apr 2020 12:59:29 +0000 (14:59 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Sun, 19 Apr 2020 12:59:29 +0000 (14:59 +0200)
commit73afabcdc20e227beb8094efb44753b4de1c5c0a
treeb05d53eeb3debfdf50705b5ca71f507d8b54d225
parent00f4aba46d537452da41e6d398f8f4c915de586d
Fix update-unicode target

The normalization-check target needs to be run last, after moving the
newly generated files into place.  Also, we need an additional
dependency so that unicode_norm.o is rebuilt first.  Otherwise,
norm_test will still test the old files but against the new expected
results, which will probably fail.
src/common/unicode/Makefile