add missing dependency

llvm-svn: 10271
This commit is contained in:
Chris Lattner 2003-11-30 09:22:42 +00:00
parent f0f44f414b
commit 29b5b60a61

View File

@ -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)