circleci: don't force config regeneration (#1203)

build-b0fbd9b905aa8ef091936636d8d7463e728de64c-f8da55a155fec372
Sam Salisbury 5 years ago committed by GitHub
parent f7e7e54fd8
commit b0fbd9b905
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save