diff options
author | Chris Lattner <sabre@nondot.org> | 2004-07-08 03:42:20 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-07-08 03:42:20 +0000 |
commit | d85b7a48e99f0f76ddf5762111a3e0efd3615b6d (patch) | |
tree | 50bc4ad69609dbe286851c73ec66c8243421e240 | |
parent | 71bf404e9b69122c276ad7ce66f38bf1e57cafeb (diff) |
Really, it is not necessary to recompile all files in a profile build every
time!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14680 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | Makefile.rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.rules b/Makefile.rules index 37d9504c5f..d198d683f2 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -704,6 +704,7 @@ endif #--------------------------------------------------------- .PRECIOUS: $(BUILD_OBJ_DIR)/Depend/.dir $(BUILD_OBJ_DIR)/BytecodeObj/.dir .PRECIOUS: $(BUILD_OBJ_DIR)/Debug/.dir $(BUILD_OBJ_DIR)/Release/.dir +.PRECIOUS: $(BUILD_OBJ_DIR)/Profile/.dir # Create .lo files in the ObjectFiles directory from the .cpp and .c files... $(BUILD_OBJ_DIR)/Release/%.lo: %.cpp $(BUILD_OBJ_DIR)/Release/.dir |