[llvm-commits] CVS: llvm/Makefile

John Criswell criswell at cs.uiuc.edu
Mon Sep 29 09:53:02 PDT 2003


Changes in directory llvm:

Makefile updated: 1.6 -> 1.7

---
Log message:

Moved llvm/lib/Support to llvm/support/lib/Support.
Moved llvm/utils/Burg and llvm/utils/TableGen to llvm/support/tools.



---
Diffs of the changes:

Index: llvm/Makefile
diff -u llvm/Makefile:1.6 llvm/Makefile:1.7
--- llvm/Makefile:1.6	Thu Aug 14 23:53:45 2003
+++ llvm/Makefile	Mon Sep 29 09:52:28 2003
@@ -1,5 +1,5 @@
 LEVEL = .
-DIRS = lib/Support utils lib tools runtime
+DIRS = support lib tools runtime
 OPTIONAL_DIRS = projects
 
 include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list