[llvm-commits] CVS: llvm/projects/Stacker/lib/compiler/Makefile
Reid Spencer
reid at x10sys.com
Wed Apr 12 13:55:34 PDT 2006
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
More information about the llvm-commits
mailing list