Distribute the lex/yacc files from the cvs version.

llvm-svn: 27628
This commit is contained in:
Reid Spencer 2006-04-12 20:55:23 +00:00
parent 6a02282098
commit d538792a85
1 changed files with 2 additions and 0 deletions

View File

@ -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