No need to change the current directory.
@ -79,5 +79,5 @@ endif
.libaribcaption: libaribcaption toolchain.cmake
cd $< && rm -f CMakeCache.txt
cd $< && $(HOSTVARS_PIC) $(CMAKE) $(LIBARIBCC_CONF)
cd $< && $(CMAKEBUILD) . --target install
$(CMAKEBUILD) $< --target install
touch $@
@ -56,7 +56,7 @@ VULKAN_LOADER_ENV_CONF = \
cd $< && rm -rf ./build && mkdir -p build
cd $</build && $(VULKAN_LOADER_ENV_CONF) $(HOSTVARS) \
$(CMAKE) $(VULKAN_LOADER_CONF) ..
cd $</build && $(CMAKEBUILD) .
$(CMAKEBUILD) $</build
ifdef HAVE_WIN32
# CMake will generate a .pc file with -lvulkan even if the static library