]> git.proxmox.com Git - rustc.git/blob - src/test/run-make-fulldeps/issue-37839/Makefile
New upstream version 1.26.0+dfsg1
[rustc.git] / src / test / run-make-fulldeps / issue-37839 / Makefile
1 -include ../tools.mk
2
3 ifeq ($(findstring stage1,$(RUST_BUILD_STAGE)),stage1)
4 # ignore stage1
5 all:
6
7 else
8 all:
9 $(RUSTC) a.rs && $(RUSTC) b.rs
10 $(BARE_RUSTC) c.rs -L dependency=$(TMPDIR) --extern b=$(TMPDIR)/libb.rlib \
11 --out-dir=$(TMPDIR)
12 endif