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

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

-include $(TMPDIR)/custom-deps-file.d