Distribute the lex/yacc files from the cvs version.
authorReid Spencer <rspencer@reidspencer.com>
Wed, 12 Apr 2006 20:55:23 +0000 (20:55 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 12 Apr 2006 20:55:23 +0000 (20:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27628 91177308-0d34-0410-b5e6-96231b3b80d8

projects/Stacker/lib/compiler/Makefile

index b837afb27a7e9756d3d467168913cbc2a507cf75..8e67fbe3c18bb055b4a68562880463301a36874e 100644 (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