forked from OSchip/llvm-project
Distribute the lex/yacc files from the cvs version.
llvm-svn: 27628
This commit is contained in:
parent
6a02282098
commit
d538792a85
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue