From 7279912af0bc3641a8a7f84e5fcc3922428b1023 Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Tue, 10 Jan 2023 23:57:07 -0800 Subject: [PATCH] Drop 'trans' depencency for .mo files Every time I ran `make`, it would re-build the .mo files! --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3c3bc9fad..286cf7e14 100644 --- a/Makefile +++ b/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)