Fix ordering of msgfmt flag in Makefile to ensure compatibility (#2719)

Fix ordering of msgfmt flag to ensure compatibility
This commit is contained in:
Joey Holtzman
2025-12-02 05:55:40 -08:00
committed by GitHub
parent 99770dec04
commit d212876148

View File

@@ -131,4 +131,4 @@ locale:
done
${LOCALEDIR}/%.mo: ${LOCALEDIR}/%.po
msgfmt $< -o $@
msgfmt -o $@ $<