From 29b5b60a612a7c8501829efd56acee5b31139164 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 30 Nov 2003 09:22:42 +0000 Subject: [PATCH] add missing dependency llvm-svn: 10271 --- runtime/GCCLibraries/crtend/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)