From 568991af375408cf7b37567cadecff1f7616417b Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Mon, 8 Nov 2021 20:08:42 +0100 Subject: [PATCH] Force regeneration of hash --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f7b597a..93699dd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -187,9 +187,11 @@ CLEANFILES += $(SOURCES) $(trexio_f) $(trexio_h) BUILT_SOURCES += $(SOURCES) $(trexio_f) $(test_trexio_f) -.git_hash: +.git_hash: FORCE git log | head -1 | cut -d ' ' -f 2 > .git_hash +all: .git_hash + $(SOURCES): $(trexio_f) src/trexio.c: $(trexio_h) @@ -260,3 +262,4 @@ CLEANFILES += $(pytrexio_c) \ endif +.PHONY: FORCE