Skip to content

Commit e23b164

Browse files
committed
Makefile: rust-analyzer does not need prepare
So we can relax the requirements. It does need the `.config`, though (which happens implicitly). Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 2156171 commit e23b164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1812,7 +1812,7 @@ rustfmtcheck: rustfmt
18121812

18131813
# IDE support targets
18141814
PHONY += rust-analyzer
1815-
rust-analyzer: prepare
1815+
rust-analyzer:
18161816
$(Q)$(MAKE) $(build)=rust $@
18171817

18181818
# Misc

0 commit comments

Comments
 (0)