]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/symlinked-rlib/Makefile
Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup
[rust.git] / src / test / run-make-fulldeps / symlinked-rlib / Makefile
1 -include ../tools.mk
2
3 # ignore-windows
4 # `ln` is actually `cp` on msys.
5
6 all:
7         $(RUSTC) foo.rs --crate-type=rlib -o $(TMPDIR)/foo.xxx
8         ln -nsf $(TMPDIR)/foo.xxx $(TMPDIR)/libfoo.rlib
9         $(RUSTC) bar.rs -L $(TMPDIR)