[prev in list] [next in list] [prev in thread] [next in thread] 

List:       llvm-commits
Subject:    [llvm-commits] CVS: llvm/runtime/GCCLibraries/crtend/Makefile
From:       Chris Lattner <lattner () cs ! uiuc ! edu>
Date:       2003-11-30 3:23:02
Message-ID: 200311300922.DAA01449 () zion ! cs ! uiuc ! edu
[Download RAW message or body]


Changes in directory llvm/runtime/GCCLibraries/crtend:

Makefile updated: 1.11 -> 1.12

---
Log message:

add missing dependency


---
Diffs of the changes:  (+1 -1)

Index: llvm/runtime/GCCLibraries/crtend/Makefile
diff -u llvm/runtime/GCCLibraries/crtend/Makefile:1.11 llvm/runtime/GCCLibraries/crtend/Makefile:1.12
--- llvm/runtime/GCCLibraries/crtend/Makefile:1.11	Sat Nov 29 04:24:57 2003
+++ llvm/runtime/GCCLibraries/crtend/Makefile	Sun Nov 30 03:22:42 2003
@@ -43,7 +43,7 @@
 
 
 # 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)
 



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic