ci: don't force config re-generation (#11537)
This commit is contained in:
parent
8776eca264
commit
7a8bcb68b2
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue