diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-04-12 20:55:23 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-04-12 20:55:23 +0000 |
commit | d538792a8587e55140a062cc3416640d0de1278c (patch) | |
tree | 7efd7e30fb1b7030f207621f2408ca06fedb8b75 /llvm/projects/Stacker/lib/compiler | |
parent | 6a022820988b5804e6c42cbf0a3593eacde1632c (diff) | |
download | bcm5719-llvm-d538792a8587e55140a062cc3416640d0de1278c.tar.gz bcm5719-llvm-d538792a8587e55140a062cc3416640d0de1278c.zip |
Distribute the lex/yacc files from the cvs version.
llvm-svn: 27628
Diffstat (limited to 'llvm/projects/Stacker/lib/compiler')
-rw-r--r-- | llvm/projects/Stacker/lib/compiler/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/projects/Stacker/lib/compiler/Makefile b/llvm/projects/Stacker/lib/compiler/Makefile index b837afb27a7..8e67fbe3c18 100644 --- a/llvm/projects/Stacker/lib/compiler/Makefile +++ b/llvm/projects/Stacker/lib/compiler/Makefile @@ -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 |