Skip to content

Commit

Permalink
UPSTREAM: <carry>: Add manifests to .PHONY in Makefile
Browse files Browse the repository at this point in the history
Without this, make sees the manifests directory we added and thinks
the target is always up to date.
  • Loading branch information
cybertron committed Apr 21, 2021
1 parent 1678a36 commit cef5e8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -263,4 +263,5 @@ olm-push: bundle-push index-push
generate-manifests \
tools \
bundle \
bundle-build
bundle-build \
manifests

0 comments on commit cef5e8f

Please sign in to comment.