Drop 'trans' depencency for .mo files

Every time I ran `make`, it would re-build the .mo files!
This commit is contained in:
Bill Kendrick 2023-01-10 23:57:07 -08:00
parent 8df7650f82
commit 7279912af0

View file

@ -4,7 +4,7 @@
# Various contributors (see AUTHORS.txt)
# https://tuxpaint.org/
# June 14, 2002 - January 2, 2023
# June 14, 2002 - January 10, 2023
# The version number, for release:
@ -533,7 +533,7 @@ endif
# Build the translation files for gettext
$(MOFILES): trans/%.mo: src/po/%.po trans
$(MOFILES): trans/%.mo: src/po/%.po
msgfmt -o $@ $<
%.desktop: %.desktop.in $(POTFILES)