add missing dependency
authorChris Lattner <sabre@nondot.org>
Sun, 30 Nov 2003 09:22:42 +0000 (09:22 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 30 Nov 2003 09:22:42 +0000 (09:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10271 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/GCCLibraries/crtend/Makefile

index 0984760cba415cfb3736102f7e7aa6a83591e94a..e4e9b376995161abaf1017373f4c8551059ce3e1 100644 (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)