cmake-conf: ensure conf is also built with the intuitive `cmake`

fixes #2026
This commit is contained in:
Tony Theodore 2018-03-11 18:38:21 +11:00
parent c5ae6915f1
commit 28e5279c17
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ $(PKG)_DEPS := $(BUILD)~$(PKG)
$(PKG)_FILE_DEPS := $(wildcard $(PWD)/src/cmake/conf/*)
$(PKG)_DEPS_$(BUILD) := cmake
# ensure conf is also built for a minimal `make cc cmake`
cmake: cmake-conf
define $(PKG)_BUILD
# create the CMake toolchain file using template
# individual packages (e.g. hdf5) should add their