summaryrefslogtreecommitdiff
path: root/utils/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-04-12 19:06:14 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-04-12 19:06:14 +0000
commitd853fd6b6d6ae9733c8af4194c55e2a6f81a97e9 (patch)
tree7f65b718dc85914ce7da6a12e7a963d78452595c /utils/Makefile
parent324047847e2aaf0e6e58bdbc383689a0cc985a45 (diff)
downloadllvm-d853fd6b6d6ae9733c8af4194c55e2a6f81a97e9.tar.gz
llvm-d853fd6b6d6ae9733c8af4194c55e2a6f81a97e9.tar.bz2
llvm-d853fd6b6d6ae9733c8af4194c55e2a6f81a97e9.tar.xz
Add the llvm-config directory to the EXTRA_DIST line so it gets distributed
even though its not being built currently. This prevents dist-check from failing because configure can't find llvm-config.in.in git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27623 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile
index df03b567b1..1e04706578 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -13,7 +13,8 @@ DIRS = Burg TableGen fpcmp
EXTRA_DIST = check-each-file codegen-diff countloc.sh cvsupdate emacs \
getsrcs.sh llvmdo llvmgrep llvm-native-gcc llvm-native-gxx \
makellvm NightlyTest.gnuplot NightlyTest.pl \
- NightlyTestTemplate.html profile.pl RegressionFinder.pl vim
+ NightlyTestTemplate.html profile.pl RegressionFinder.pl vim \
+ llvm-config
include $(LEVEL)/Makefile.common