Fix update-unicode target

Peter Eisentraut <peter@eisentraut.org>

Commit: 73afabcdc20e227beb8094efb44753b4de1c5c0a
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2020-04-19T12:59:29Z
Releases: 13.0
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.

Files

PathChange+/−
src/common/unicode/Makefile modified +7 −2