summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-04-12 20:55:23 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-04-12 20:55:23 +0000
commit898f44b06a7f483dc2e221ad1c32b6befef2ca7d (patch)
tree929285642e514df9f6ac7d1cc4a128b036bab411 /projects
parentdb4f336165f94698316db1f06d8c99363702c300 (diff)
downloadllvm-898f44b06a7f483dc2e221ad1c32b6befef2ca7d.tar.gz
llvm-898f44b06a7f483dc2e221ad1c32b6befef2ca7d.tar.bz2
llvm-898f44b06a7f483dc2e221ad1c32b6befef2ca7d.tar.xz
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
Diffstat (limited to 'projects')
-rw-r--r--projects/Stacker/lib/compiler/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/Stacker/lib/compiler/Makefile b/projects/Stacker/lib/compiler/Makefile
index b837afb27a..8e67fbe3c1 100644
--- a/projects/Stacker/lib/compiler/Makefile
+++ b/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