Bug 91559 - HarfBuzz 1.0.1: Inconsistent DLL files specified/created...

Fixes https://bugs.freedesktop.org/show_bug.cgi?id=91559
This commit is contained in:
Behdad Esfahbod 2015-08-07 11:13:27 +02:00
parent 02d6439f42
commit bd22a5cfae
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ harfbuzz.def: $(HBHEADERS) $(HBNODISTHEADERS)
$(EGREP) '^hb_.* \(' | \
sed -e 's/ (.*//' | \
LANG=C sort; \
echo LIBRARY libharfbuzz-$(HB_VERSION_MAJOR).dll; \
echo LIBRARY libharfbuzz-0.dll; \
) >"$@"
@ ! grep -q hb_ERROR "$@" \
|| ($(RM) "$@"; false)