summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/mixing-deps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-make-fulldeps/mixing-deps/Makefile')
-rw-r--r--src/test/run-make-fulldeps/mixing-deps/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/test/run-make-fulldeps/mixing-deps/Makefile b/src/test/run-make-fulldeps/mixing-deps/Makefile
deleted file mode 100644
index 956e704ee..000000000
--- a/src/test/run-make-fulldeps/mixing-deps/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-include ../tools.mk
-
-all:
- $(RUSTC) both.rs -C prefer-dynamic
- $(RUSTC) dylib.rs -C prefer-dynamic
- $(RUSTC) prog.rs
- $(call RUN,prog)