From ac15f18782a2af6dffa19e0f59c1ad0389c77339 Mon Sep 17 00:00:00 2001 From: Max Wash Date: Wed, 19 Jul 2023 19:01:02 +0100 Subject: [PATCH] build: remove --no-print-directory from `make` call when building userspace tools --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c72ec1f..de418e2 100644 --- a/Makefile +++ b/Makefile @@ -112,7 +112,7 @@ kext-config: @./tools/socks.kexttool select tools: - @$(MAKE) --no-print-directory -C tools + @$(MAKE) -C tools include arch/$(SOCKS_ARCH)/extra.mk