From: Chris Lattner Date: Sun, 30 Nov 2003 09:22:42 +0000 (+0000) Subject: add missing dependency X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9ca419e577e2dc64c614d30f8db2e94c9c5c4ed0;p=oota-llvm.git add missing dependency git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10271 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/runtime/GCCLibraries/crtend/Makefile b/runtime/GCCLibraries/crtend/Makefile index 0984760cba4..e4e9b376995 100644 --- a/runtime/GCCLibraries/crtend/Makefile +++ b/runtime/GCCLibraries/crtend/Makefile @@ -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)