mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-25 14:32:53 +00:00
build/make: Fix the output path of the llvm-config-2 library dependency table.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143746 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
20fb32b392
commit
774ec45f3d
@ -79,7 +79,7 @@ LLVMBuildTool := $(PROJ_SRC_ROOT)/utils/llvm-build/llvm-build
|
||||
# The files we are going to generate using llvm-build.
|
||||
LLVMBuildMakeFrag := $(PROJ_OBJ_ROOT)/Makefile.llvmbuild
|
||||
LLVMConfigLibraryDependenciesInc := \
|
||||
$(PROJ_OBJ_ROOT)/tools/llvm-config/LibraryDependencies.inc
|
||||
$(PROJ_OBJ_ROOT)/tools/llvm-config-2/LibraryDependencies.inc
|
||||
|
||||
# The rule to create the LLVMBuild Makefile fragment as well as the llvm-config
|
||||
# library table.
|
||||
|
Loading…
Reference in New Issue
Block a user