From dc830e07b7034b7fd0059f07592536e037fe81ad Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 12 Apr 2006 19:06:14 +0000 Subject: [PATCH] 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 llvm-svn: 27623 --- llvm/utils/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm/utils/Makefile b/llvm/utils/Makefile index df03b567b166..1e047065788e 100644 --- a/llvm/utils/Makefile +++ b/llvm/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