From: Reid Spencer Date: Wed, 12 Apr 2006 20:55:23 +0000 (+0000) Subject: Distribute the lex/yacc files from the cvs version. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=898f44b06a7f483dc2e221ad1c32b6befef2ca7d;p=oota-llvm.git 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 --- diff --git a/projects/Stacker/lib/compiler/Makefile b/projects/Stacker/lib/compiler/Makefile index b837afb27a7..8e67fbe3c18 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