From 87d0a626e2c90c81b1a7d0dd92aca653de48d366 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 5 Jan 2024 06:36:55 -0300 Subject: Makefile: Better placement of the "src/catalog.bin-check" target dependency --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 4097de9..43fca78 100644 --- a/Makefile +++ b/Makefile @@ -106,6 +106,7 @@ tests/slurp.o: Makefile deps.mk src/config.h lib$(NAME).a $(sources.xa) src/main.xa $(fuzz.xa): $(AR) $(ARFLAGS) $@ $? +src/catalog.bin-check: src/$(NAME).en.cat src/$(NAME).en.cat: src/i18n.bin env DUMP_TRANSLATABLE_STRINGS=1 $(EXEC)src/i18n.bin > $*.msg.new cmp -s $*.msg.new $*.msg || mv $*.msg.new $*.msg @@ -115,9 +116,6 @@ src/$(NAME).en.cat: src/i18n.bin -src/catalog.bin-check: src/$(NAME).en.cat - - .SUFFIXES: .bin-check sources.bin-check = $(sources.c:.c=.bin-check) $(sources.bin-check): -- cgit v1.2.3