granite-rust/src/test/run-make/dep-info/Makefile.foo

8 lines
157 B
Text
Raw Normal View History

LIB := $(shell $(RUSTC) --crate-file-name --lib lib.rs)
2013-12-11 13:08:23 -07:00
$(TMPDIR)/$(LIB):
2013-12-11 13:08:23 -07:00
$(RUSTC) --dep-info --lib lib.rs
touch $(TMPDIR)/done
-include $(TMPDIR)/lib.d