From a41ce7c941181e34c0a48289131a202dc08e4afe Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 27 Feb 2024 20:06:41 -0300 Subject: Makefile: Move the definition of ".bin-check" as a .SUFFIXES entry to the top --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3602807..18df8af 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ LDLIBS = -lsiphash .SUFFIXES: -.SUFFIXES: .in .c .o .to .xa .bin .msg .cat +.SUFFIXES: .in .c .o .to .xa .bin .msg .cat .bin-check .in: sed \ @@ -117,7 +117,6 @@ src/$(NAME).en.cat: src/i18n.bin -.SUFFIXES: .bin-check sources.bin-check = $(sources.c:.c=.bin-check) $(sources.bin-check): $(EXEC)$*.bin -- cgit v1.2.3