mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-03 22:01:56 +00:00
add missing dependency
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10271 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e1cc79f1cf
commit
9ca419e577
@ -43,7 +43,7 @@ ComponentLibs := $(Components:%=$(BUILD_OBJ_DIR)/BytecodeObj/comp_%.bc)
|
||||
|
||||
|
||||
# We build libcrtend.a from the four components described in the README.
|
||||
$(CRTEND_A) : $(ComponentLibs)
|
||||
$(CRTEND_A) : $(ComponentLibs) $(DESTLIBBYTECODE)/.dir
|
||||
@echo Building final libcrtend.a file from components
|
||||
$(VERB) $(AR) $@ $(ComponentLibs)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user