[llvm-commits] CVS: llvm/lib/Support/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sun Oct 5 14:25:01 PDT 2003
Changes in directory llvm/lib/Support:
Makefile updated: 1.4 -> 1.5
---
Log message:
Move support/lib/Support back to lib/Support
---
Diffs of the changes:
Index: llvm/lib/Support/Makefile
diff -u llvm/lib/Support/Makefile:1.4 llvm/lib/Support/Makefile:1.5
--- llvm/lib/Support/Makefile:1.4 Mon Sep 29 10:02:30 2003
+++ llvm/lib/Support/Makefile Sun Oct 5 14:24:38 2003
@@ -1,4 +1,4 @@
-LEVEL = ../../..
+LEVEL = ../..
LIBRARYNAME = support
BUILD_ARCHIVE = 1
More information about the llvm-commits
mailing list