summaryrefslogtreecommitdiffstats
path: root/tests/run-make/macos-fat-archive/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/macos-fat-archive/Makefile')
-rw-r--r--tests/run-make/macos-fat-archive/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-make/macos-fat-archive/Makefile b/tests/run-make/macos-fat-archive/Makefile
index cc99375db..b6582c809 100644
--- a/tests/run-make/macos-fat-archive/Makefile
+++ b/tests/run-make/macos-fat-archive/Makefile
@@ -1,6 +1,6 @@
# only-macos
--include ../../run-make-fulldeps/tools.mk
+include ../tools.mk
"$(TMPDIR)"/libnative-library.a: native-library.c
$(CC) -arch arm64 -arch x86_64 native-library.c -c -o "$(TMPDIR)"/native-library.o