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

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

-include $(TMPDIR)/lib.d