diff --git a/Makefile b/Makefile index 0f3a49a95d6..d1c7a42a234 100644 --- a/Makefile +++ b/Makefile @@ -48,8 +48,9 @@ BUILD_DEPS+=ffi-version-check .PHONY: ffi-version-check +$(MODULES): build/.update-modules ; # dummy file that marks the last time modules were updated -build/.update-modules: $(MODULES) +build/.update-modules: git submodule update --init --recursive touch $@