[llvm-commits] CVS: llvm/Makefile

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 5 14:29:29 PDT 2003


Changes in directory llvm:

Makefile updated: 1.7 -> 1.8

---
Log message:

Revert back to keeping Burg and TableGen in the utils directory


---
Diffs of the changes:

Index: llvm/Makefile
diff -u llvm/Makefile:1.7 llvm/Makefile:1.8
--- llvm/Makefile:1.7	Mon Sep 29 09:52:28 2003
+++ llvm/Makefile	Sun Oct  5 14:28:27 2003
@@ -1,5 +1,5 @@
 LEVEL = .
-DIRS = support lib tools runtime
+DIRS = lib/Support utils lib tools runtime
 OPTIONAL_DIRS = projects
 
 include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list