Changes in directory llvm/projects/Stacker/lib/compiler:

Makefile updated: 1.6 -> 1.7
---
Log message:

Distribute the lex/yacc files from the cvs version.


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

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


Index: llvm/projects/Stacker/lib/compiler/Makefile
diff -u llvm/projects/Stacker/lib/compiler/Makefile:1.6 
llvm/projects/Stacker/lib/compiler/Makefile:1.7
--- llvm/projects/Stacker/lib/compiler/Makefile:1.6     Sat Aug 27 13:50:39 2005
+++ llvm/projects/Stacker/lib/compiler/Makefile Wed Apr 12 15:55:23 2006
@@ -2,6 +2,8 @@
 
 LEVEL := ../..
 LIBRARYNAME := stkr_compiler
+EXTRA_DIST := Lexer.cpp.cvs Lexer.l.cvs \
+             StackerParser.cpp.cvs StackerParser.h.cvs StackerParser.y.cvs
 
 include $(LEVEL)/Makefile.common
 



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to