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

Reid Spencer reid at x10sys.com
Wed Apr 12 23:28:13 PDT 2006



Changes in directory llvm/utils/TableGen:

Makefile updated: 1.16 -> 1.17
---
Log message:

Add missing things to the distribution.


---
Diffs of the changes:  (+2 -0)

 Makefile |    2 ++
 1 files changed, 2 insertions(+)


Index: llvm/utils/TableGen/Makefile
diff -u llvm/utils/TableGen/Makefile:1.16 llvm/utils/TableGen/Makefile:1.17
--- llvm/utils/TableGen/Makefile:1.16	Sat Aug 27 13:50:39 2005
+++ llvm/utils/TableGen/Makefile	Thu Apr 13 01:27:20 2006
@@ -9,6 +9,8 @@
 LEVEL = ../..
 TOOLNAME = tblgen
 USEDLIBS = LLVMSupport.a LLVMSystem.a
+EXTRA_DIST = FileLexer.cpp.cvs FileLexer.l.cvs \
+	     FileParser.cpp.cvs FileParser.h.cvs FileParser.y.cvs
 
 include $(LEVEL)/Makefile.common
 






More information about the llvm-commits mailing list