1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

build/Make: Fix some missing dependencies on the llvm-build generation step.

llvm-svn: 144197
This commit is contained in:
Daniel Dunbar 2011-11-09 18:48:22 +00:00
parent 71e3909e9c
commit 4852898b0d

View File

@ -86,12 +86,18 @@ LLVMConfigLibraryDependenciesInc := \
#
# Note that this target gets its real dependencies generated for us by
# llvm-build.
$(LLVMBuildMakeFrag):
#
# We include a dependency on this Makefile to ensure that changes to the
# generation command get picked up.
$(LLVMBuildMakeFrag): $(PROJ_SRC_ROOT)/Makefile.rules
$(Echo) Constructing LLVMBuild project information.
$(Verb) $(LLVMBuildTool) \
--write-library-table $(LLVMConfigLibraryDependenciesInc) \
--write-make-fragment $(LLVMBuildMakeFrag)
# For completeness, let Make know how the extra files are generated.
$(LLVMConfigLibraryDependenciesInc): $(LLVMBuildMakeFrag)
# Include the generated Makefile fragment.
#
# We currently only include the dependencies for the fragment itself if we are