]> git.proxmox.com Git - rustc.git/blob - src/test/run-make/issue-38237/Makefile
New upstream version 1.25.0+dfsg1
[rustc.git] / src / test / run-make / issue-38237 / 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) foo.rs; $(RUSTC) bar.rs
10 $(RUSTDOC) baz.rs -L $(TMPDIR) -o $(TMPDIR)
11 endif