mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-30 06:40:53 +00:00
add missing dependency
llvm-svn: 10271
This commit is contained in:
parent
f0f44f414b
commit
29b5b60a61
@ -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…
Reference in New Issue
Block a user