Drop 'trans' depencency for .mo files
Every time I ran `make`, it would re-build the .mo files!
This commit is contained in:
parent
8df7650f82
commit
7279912af0
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue