]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/dep-info/Makefile.foo
Rollup merge of #57981 - Zoxc:fix-57979, r=nikomatsakis
[rust.git] / src / test / 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