]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/dep-info-spaces/Makefile.foo
Rollup merge of #106726 - cmorin6:fix-comment-typos, r=Nilstrieb
[rust.git] / tests / run-make-fulldeps / dep-info-spaces / Makefile.foo
1 LIB := $(shell $(RUSTC) --print file-names --crate-type=lib $(TMPDIR)/lib.rs)
2
3 $(TMPDIR)/$(LIB):
4         $(RUSTC) --emit link,dep-info --crate-type=lib $(TMPDIR)/lib.rs
5         touch $(TMPDIR)/done
6
7 -include $(TMPDIR)/lib.d