diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-04-13 06:27:20 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-04-13 06:27:20 +0000 |
commit | 28421d0a805e0069b8647e11b0e09064b940623a (patch) | |
tree | 62863b695cc5abbc625e3a8878f3f9c7b9635b36 /utils/TableGen/Makefile | |
parent | 9b6e67e1ecd88ef74dfdb4fe1736216035b89a98 (diff) | |
download | external_llvm-28421d0a805e0069b8647e11b0e09064b940623a.zip external_llvm-28421d0a805e0069b8647e11b0e09064b940623a.tar.gz external_llvm-28421d0a805e0069b8647e11b0e09064b940623a.tar.bz2 |
Add missing things to the distribution.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27650 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/Makefile')
-rw-r--r-- | utils/TableGen/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/TableGen/Makefile b/utils/TableGen/Makefile index a772348..b396cd7 100644 --- a/utils/TableGen/Makefile +++ b/utils/TableGen/Makefile @@ -9,6 +9,8 @@ LEVEL = ../.. TOOLNAME = tblgen USEDLIBS = LLVMSupport.a LLVMSystem.a +EXTRA_DIST = FileLexer.cpp.cvs FileLexer.l.cvs \ + FileParser.cpp.cvs FileParser.h.cvs FileParser.y.cvs include $(LEVEL)/Makefile.common |