[llvm-commits] CVS: llvm/projects/sample/lib/Makefile
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Tue Jul 5 09:36:29 PDT 2005
Changes in directory llvm/projects/sample/lib:
Makefile updated: 1.5 -> 1.6
---
Log message:
oops
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/projects/sample/lib/Makefile
diff -u llvm/projects/sample/lib/Makefile:1.5 llvm/projects/sample/lib/Makefile:1.6
--- llvm/projects/sample/lib/Makefile:1.5 Tue Jul 5 10:18:33 2005
+++ llvm/projects/sample/lib/Makefile Tue Jul 5 11:36:18 2005
@@ -8,6 +8,6 @@
#
# List all of the subdirectories that we will compile.
#
-DIRS=lsqcor
+DIRS=sample
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list