diff --git a/Makefile b/Makefile index 9501da2..5fb6bc7 100644 --- a/Makefile +++ b/Makefile @@ -148,7 +148,7 @@ $(OUT_DIR)/release.env: | $(OUT_DIR) echo 'GIT_TIMESTAMP=$(GIT_TIMESTAMP)' >> $(OUT_DIR)/release.env $(OUT_DIR)/manifest.txt: | $(OUT_DIR) - find $(OUT_DIR) \ + find -L $(OUT_DIR) \ -type f \ -not -path "$(OUT_DIR)/manifest.txt" \ -exec openssl sha256 -r {} \; \