[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Makefile

Chris Lattner lattner at cs.uiuc.edu
Tue Mar 21 22:14:22 PST 2006



Changes in directory llvm-test/SingleSource/UnitTests:

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

Recurse into the Vector dir


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

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


Index: llvm-test/SingleSource/UnitTests/Makefile
diff -u llvm-test/SingleSource/UnitTests/Makefile:1.5 llvm-test/SingleSource/UnitTests/Makefile:1.6
--- llvm-test/SingleSource/UnitTests/Makefile:1.5	Sun Sep  5 02:56:52 2004
+++ llvm-test/SingleSource/UnitTests/Makefile	Wed Mar 22 00:14:10 2006
@@ -1,6 +1,6 @@
 # SingleSource/UnitTests/Makefile
 
-DIRS = SetjmpLongjmp
+DIRS = Vector SetjmpLongjmp
 LEVEL = ../..
 include $(LEVEL)/SingleSource/Makefile.singlesrc
 






More information about the llvm-commits mailing list