summary refs log tree commit diff
path: root/src/test/run-make/dep-info/Makefile.foo
blob: 2b43dd0ec7095fbde0af1a498e01a0619628d8bf (plain)
1
2
3
4
5
6
7
LIB := $(shell $(RUSTC) --crate-file-name --crate-type=lib lib.rs)

$(TMPDIR)/$(LIB):
	$(RUSTC) --dep-info --crate-type=lib lib.rs
	touch $(TMPDIR)/done

-include $(TMPDIR)/foo.d