[llvm-commits] CVS: llvm/lib/Transforms/Hello/Makefile

Devang Patel dpatel at apple.com
Fri Apr 13 11:35:32 PDT 2007



Changes in directory llvm/lib/Transforms/Hello:

Makefile updated: 1.8 -> 1.9
---
Log message:

Undo previous check-in.


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

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Transforms/Hello/Makefile
diff -u llvm/lib/Transforms/Hello/Makefile:1.8 llvm/lib/Transforms/Hello/Makefile:1.9
--- llvm/lib/Transforms/Hello/Makefile:1.8	Fri Apr 13 13:28:23 2007
+++ llvm/lib/Transforms/Hello/Makefile	Fri Apr 13 13:35:15 2007
@@ -10,7 +10,7 @@
 LEVEL = ../../..
 LIBRARYNAME = LLVMHello
 LOADABLE_MODULE = 1
-USEDLIBS = LLVMSupport.a
+USEDLIBS = 
 
 include $(LEVEL)/Makefile.common
 






More information about the llvm-commits mailing list