From 46c34ba1f66601a313c8c9e7d8d20f72a248d18a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 14 Feb 2023 13:24:17 +1100 Subject: [PATCH] GNUmakefile: include install directory in 'make deps' message Avoids uncertainly, ensure deps are copied from the right place. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index a6b041597c3..f1d48e1e774 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -398,7 +398,7 @@ endif deps: .FORCE @echo - @echo Configuring dependencies in \"$(DEPS_BUILD_DIR)\" + @echo Configuring dependencies in \"$(DEPS_BUILD_DIR)\", install to \"$(DEPS_INSTALL_DIR)\" @cmake -H"$(DEPS_SOURCE_DIR)" \ -B"$(DEPS_BUILD_DIR)" \