[llvm-commits] CVS: llvm/lib/Archive/Makefile

Chris Lattner sabre at nondot.org
Sun May 6 12:49:47 PDT 2007



Changes in directory llvm/lib/Archive:

Makefile updated: 1.6 -> 1.7
---
Log message:

adjust this to live in lib/Archive


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

 Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/lib/Archive/Makefile
diff -u llvm/lib/Archive/Makefile:1.6 llvm/lib/Archive/Makefile:1.7
--- llvm/lib/Archive/Makefile:1.6	Fri Aug 25 14:54:53 2006
+++ llvm/lib/Archive/Makefile	Sun May  6 14:49:28 2007
@@ -1,4 +1,4 @@
-##===- lib/Bytecode/Archive/Makefile -----------------------*- Makefile -*-===##
+##===- lib/Archive/Makefile --------------------------------*- Makefile -*-===##
 # 
 #                     The LLVM Compiler Infrastructure
 #
@@ -7,7 +7,7 @@
 # 
 ##===----------------------------------------------------------------------===##
 
-LEVEL = ../../..
+LEVEL = ../..
 LIBRARYNAME = LLVMArchive
 
 # We only want an archive so only those modules actually used by a tool are 






More information about the llvm-commits mailing list