Skip to content

Commit 06b2d4b

Browse files
committed
fix wrong includes
1 parent 433da1f commit 06b2d4b

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

tests/run-make/issue-97463-abi-param-passing/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-include ../tools.mk
1+
include ../../run-make-fulldeps/tools.mk
22

33
# ignore-msvc
44

tests/run-make/macos-fat-archive/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# only-macos
22

3-
-include ../../run-make-fulldeps/tools.mk
3+
include ../../run-make-fulldeps/tools.mk
44

55
"$(TMPDIR)"/libnative-library.a: native-library.c
66
$(CC) -arch arm64 -arch x86_64 native-library.c -c -o "$(TMPDIR)"/native-library.o
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-include ../tools.mk
1+
include ../../run-make-fulldeps/tools.mk
22

33
all:
44
$(RUSTC) --print calling-conventions

tests/run-make/raw-dylib-import-name-type/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# only-x86
44
# only-windows
55

6-
-include ../../run-make-fulldeps/tools.mk
6+
include ../../run-make-fulldeps/tools.mk
77

88
all:
99
$(RUSTC) --crate-type bin driver.rs -L "$(TMPDIR)"

tests/run-make/rlib-format-packed-bundled-libs-2/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-include ../../run-make-fulldeps/tools.mk
1+
include ../../run-make-fulldeps/tools.mk
22

33
# ignore-cross-compile
44

tests/run-make/rlib-format-packed-bundled-libs-3/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-include ../../run-make-fulldeps/tools.mk
1+
include ../../run-make-fulldeps/tools.mk
22

33
# ignore-cross-compile
44
# only-linux

tests/run-make/track-pgo-dep-info/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# needs-profiler-support
22
# ignore-windows-gnu
33

4-
-include ../../run-make-fulldeps/tools.mk
4+
include ../../run-make-fulldeps/tools.mk
55

66
# FIXME(eddyb) provide `HOST_RUSTC` and `TARGET_RUSTC`
77
# instead of hardcoding them everywhere they're needed.

0 commit comments

Comments
 (0)