]> git.proxmox.com Git - rustc.git/blobdiff - tests/run-make-fulldeps/c-static-rlib/Makefile
Merge 1.70 into proxmox/bookworm
[rustc.git] / tests / run-make-fulldeps / c-static-rlib / Makefile
diff --git a/tests/run-make-fulldeps/c-static-rlib/Makefile b/tests/run-make-fulldeps/c-static-rlib/Makefile
deleted file mode 100644 (file)
index 11a3cf1..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-include ../tools.mk
-
-all: $(call NATIVE_STATICLIB,cfoo)
-       $(RUSTC) foo.rs
-       $(RUSTC) bar.rs
-       $(call REMOVE_RLIBS,foo)
-       rm $(call NATIVE_STATICLIB,cfoo)
-       $(call RUN,bar)