Makefile: fix check-gen-update to diff *all* files.

This would have caught the missing man page change!

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2023-03-23 21:01:11 +10:30
parent e6db0eafc2
commit 1e24d4a0a0
1 changed files with 1 additions and 1 deletions

View File

@ -589,7 +589,7 @@ CHECK_GEN_ALL = \
check-gen-updated: $(CHECK_GEN_ALL)
@echo "Checking for generated files being changed by make"
git diff --exit-code HEAD $?
git diff --exit-code HEAD
coverage/coverage.info: check pytest
mkdir coverage || true