]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/dep-info/Makefile.foo
Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75' into clippyup
[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