From cef5e8fe8ae7d4600bf388fb96dfa07bdc4dba0b Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Wed, 21 Apr 2021 18:23:25 -0500 Subject: [PATCH] UPSTREAM: : Add manifests to .PHONY in Makefile Without this, make sees the manifests directory we added and thinks the target is always up to date. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 68bdad12a..c0184561a 100644 --- a/Makefile +++ b/Makefile @@ -263,4 +263,5 @@ olm-push: bundle-push index-push generate-manifests \ tools \ bundle \ - bundle-build + bundle-build \ + manifests