]> git.lizzy.rs Git - rust.git/blob - src/test/run-make/dep-info-custom/Makefile.foo
debuginfo: Make debuginfo source location assignment more stable (Pt. 1)
[rust.git] / src / test / run-make / dep-info-custom / Makefile.foo
1 LIB := $(shell $(RUSTC) --print file-names --crate-type=lib lib.rs)
2
3 $(TMPDIR)/$(LIB):
4         $(RUSTC) --dep-info $(TMPDIR)/custom-deps-file.d --crate-type=lib lib.rs
5         touch $(TMPDIR)/done
6
7 -include $(TMPDIR)/custom-deps-file.d