diff options
Diffstat (limited to 'tests/run-make-fulldeps/long-linker-command-lines-cmd-exe/Makefile')
-rw-r--r-- | tests/run-make-fulldeps/long-linker-command-lines-cmd-exe/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/run-make-fulldeps/long-linker-command-lines-cmd-exe/Makefile b/tests/run-make-fulldeps/long-linker-command-lines-cmd-exe/Makefile deleted file mode 100644 index a38f4fe5d..000000000 --- a/tests/run-make-fulldeps/long-linker-command-lines-cmd-exe/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -include ../tools.mk - -all: - $(RUSTC) foo.rs -g - cp foo.bat $(TMPDIR)/ - OUT_DIR="$(TMPDIR)" RUSTC="$(RUSTC_ORIGINAL)" $(call RUN,foo) |