ci: don't force config re-generation (#11537)

This commit is contained in:
Sam Salisbury 2021-05-05 13:12:16 +01:00 committed by GitHub
parent 8776eca264
commit 7a8bcb68b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -78,8 +78,6 @@ define GEN_CONFIG
@mv -f $@.tmp $@
endef
# Always re-generate the config, as we can't trust timestamps with git.
.PHONY: $(OUT)
$(OUT): $(CONFIG_SOURCE)
$(GEN_CONFIG)
@echo "$@ updated"