commit 645c7bc95a3119281190d1329a4d7dd1dd9ba136
parent e2fd19a6e5c86188ad7460d6903c0cc3ec594d57
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 2 Oct 2025 14:58:27 +0200
Make htrdr dependent on updates to config.mk
The htrdr file must be regenerated if the VERSION macros defined in the
config.mk file are updated.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -42,7 +42,7 @@ uninstall: uninstall_common
lint: lint_common
clean: clean_common
-htrdr: src/htrdr.in
+htrdr: src/htrdr.in config.mk
sed -e "s/@MAJOR@/$(VERSION_MAJOR)/" \
-e "s/@MINOR@/$(VERSION_MINOR)/" \
-e "s/@PATCH@/$(VERSION_PATCH)/" \