summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-02-27 20:06:41 -0300
committerEuAndreh <eu@euandre.org>2024-02-27 20:06:41 -0300
commita41ce7c941181e34c0a48289131a202dc08e4afe (patch)
treee0bd391cc5c04dc5e0bd6e2cff885d92e5dc1eba
parentMakefile: Assume $(sources) have no subdirectory (diff)
downloadpindaiba-a41ce7c941181e34c0a48289131a202dc08e4afe.tar.gz
pindaiba-a41ce7c941181e34c0a48289131a202dc08e4afe.tar.xz
Makefile: Move the definition of ".bin-check" as a .SUFFIXES entry to the top
-rw-r--r--Makefile3
1 files changed, 1 insertions, 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