From e1255fbb2728eef85d995782ce72bea9f7179d35 Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Fri, 2 Dec 2016 23:17:10 +0000 Subject: [CMake] Fix bug in the Makefile bitcode build system where the runtime would not recompile if the `Makefile.cmake.bitcode.rules` file changed. --- runtime/Makefile.cmake.bitcode.rules | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime') diff --git a/runtime/Makefile.cmake.bitcode.rules b/runtime/Makefile.cmake.bitcode.rules index 4471eb98..8261ce99 100644 --- a/runtime/Makefile.cmake.bitcode.rules +++ b/runtime/Makefile.cmake.bitcode.rules @@ -25,6 +25,7 @@ endif # Any changes to the files listed here will trigger a rebuild of the sources ADDITIONAL_BUILD_DEPS := $(CURRENT_DIR)/Makefile.cmake.bitcode \ $(RUNTIME_CMAKE_BINARY_DIR)/Makefile.cmake.bitcode.config \ + $(RUNTIME_CMAKE_BINARY_DIR)/Makefile.cmake.bitcode.rules \ $(RUNTIME_CMAKE_BINARY_DIR)/Makefile.cmake.bitcode # Handle VERBOSE -- cgit 1.4.1