[llvm-commits] CVS: llvm/utils/Makefile

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


Changes in directory llvm/utils:

Makefile updated: 1.2 -> 1.3

---
Log message:

Move support/tools/* back into utils


---
Diffs of the changes:

Index: llvm/utils/Makefile
diff -u /dev/null llvm/utils/Makefile:1.3
--- /dev/null	Sun Oct  5 14:28:06 2003
+++ llvm/utils/Makefile	Sun Oct  5 14:27:56 2003
@@ -0,0 +1,6 @@
+LEVEL = ..
+
+DIRS = Burg TableGen
+
+include $(LEVEL)/Makefile.common
+





More information about the llvm-commits mailing list