[llvm-commits] CVS: llvm/support/tools/Makefile

Chris Lattner lattner at cs.uiuc.edu
Mon Sep 29 11:04:03 PDT 2003


Changes in directory llvm/support/tools:

Makefile added (r1.1)

---
Log message:

Check in missing makefile


---
Diffs of the changes:

Index: llvm/support/tools/Makefile
diff -c /dev/null llvm/support/tools/Makefile:1.1
*** /dev/null	Mon Sep 29 11:03:11 2003
--- llvm/support/tools/Makefile	Mon Sep 29 11:03:01 2003
***************
*** 0 ****
--- 1,6 ----
+ LEVEL = ../..
+ 
+ DIRS = Burg TableGen
+ 
+ include $(LEVEL)/Makefile.common
+ 





More information about the llvm-commits mailing list