]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/dep-info/Makefile.foo
Auto merge of #101138 - Rejyr:diagnostic-migration-rustc-lint-pt2, r=davidtwco
[rust.git] / tests / run-make-fulldeps / dep-info / Makefile.foo
1 LIB := $(shell $(RUSTC) --print file-names --crate-type=lib lib.rs)
2
3 $(TMPDIR)/$(LIB):
4         $(RUSTC) --emit dep-info,link --crate-type=lib lib.rs
5         touch $(TMPDIR)/done
6
7 -include $(TMPDIR)/foo.d