build: Touch llvm-config after building

llvm-config is the file we base our LLVM build rule on, but rebuilding LLVM
doesn't always rebuild it, so touch.
This commit is contained in:
Brian Anderson 2011-12-12 17:06:43 -08:00
parent 202260f19e
commit 21cf9c8698
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ ifeq ($(CFG_LLVM_ROOT),)
$$(LLVM_CONFIG_$(1)): $$(LLVM_DEPS)
@$$(call E, make: llvm)
$$(Q)$$(MAKE) -C $$(CFG_LLVM_BUILD_DIR_$(1)) $$(CFG_LLVM_BUILD_ENV)
$$(Q)touch $$(LLVM_CONFIG_$(1))
endif
endef