GNUmakefile: include install directory in 'make deps' message

Avoids uncertainly, ensure deps are copied from the right place.
This commit is contained in:
Campbell Barton 2023-02-14 13:24:17 +11:00
parent d02f863b18
commit 46c34ba1f6
1 changed files with 1 additions and 1 deletions

View File

@ -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)" \