Distribute the lex/yacc files from the cvs version.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27628 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2006-04-12 20:55:23 +00:00
parent db4f336165
commit 898f44b06a

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