summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-26 03:12:11 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-26 03:12:11 +0000
commit20ac4e369935566d2069619a69b4a9f972cf9150 (patch)
treeff835ec41414633e45d077f1326e8e4df1a16314 /tools/Makefile
parent7f2cd27ff19f0a5643894804fe7315731f153ed2 (diff)
downloadllvm-20ac4e369935566d2069619a69b4a9f972cf9150.tar.gz
llvm-20ac4e369935566d2069619a69b4a9f972cf9150.tar.bz2
llvm-20ac4e369935566d2069619a69b4a9f972cf9150.tar.xz
Add EXTRA_DIST for additional files to be distributed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17233 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 42d8fce32c..7f872cc61a 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -12,6 +12,8 @@ PARALLEL_DIRS := llvmc llvm-as llvm-dis opt gccas llc llvm-link lli gccld \
llvm-stub analyze extract bugpoint llvm-nm llvm-prof llvm-db \
llvm-ar llvm-bcanalyzer llee
+EXTRA_DIST := Makefile.JIT
+
include $(LEVEL)/Makefile.config
ifeq ($(ARCH), Sparc)