Makefile: fix regression with "make functionaltest-lua" (#10346)

Regressed in 69eb4fa0c.
This commit is contained in:
Daniel Hahler 2019-06-26 22:44:48 +02:00 committed by GitHub
parent c62690ccc4
commit a924650d98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -93,9 +93,9 @@ build/.ran-third-party-cmake::
touch $@
ifeq ($(call filter-true,$(USE_BUNDLED)),)
build/.ran-third-party-cmake:: $(DEPS_BUILD_DIR)
$(DEPS_BUILD_DIR):
mkdir -p $(DEPS_BUILD_DIR)
mkdir -p "$@"
build/.ran-third-party-cmake:: $(DEPS_BUILD_DIR)
cd $(DEPS_BUILD_DIR) && \
$(CMAKE_PRG) -G '$(BUILD_TYPE)' $(BUNDLED_CMAKE_FLAG) $(BUNDLED_LUA_CMAKE_FLAG) \
$(DEPS_CMAKE_FLAGS) $(THIS_DIR)/third-party