Skip to content

Commit

Permalink
[autoconf] llvm/cmake/modules/Makefile: Make sure to regenerate LLVMC…
Browse files Browse the repository at this point in the history
…onfig.cmake whenever Makefile is updated.

llvm-svn: 225206
  • Loading branch information
chapuni committed Jan 5, 2015
1 parent a4750de commit 2997dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/cmake/modules/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ endif

OBJMODS := LLVMConfig.cmake LLVMConfigVersion.cmake LLVMExports.cmake

$(PROJ_OBJ_DIR)/LLVMConfig.cmake: LLVMConfig.cmake.in $(LLVMBuildCMakeFrag)
$(PROJ_OBJ_DIR)/LLVMConfig.cmake: LLVMConfig.cmake.in Makefile $(LLVMBuildCMakeFrag)
$(Echo) 'Generating LLVM CMake package config file'
$(Verb) ( \
cat $< | sed \
Expand Down

0 comments on commit 2997dbf

Please sign in to comment.