]> git.proxmox.com Git - rustc.git/blob - src/test/run-make/dep-info/Makefile.foo
New upstream version 1.25.0+dfsg1
[rustc.git] / src / test / run-make / 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