[llvm-commits] CVS: llvm/utils/Makefile
Reid Spencer
reid at x10sys.com
Wed Apr 12 12:06:26 PDT 2006
Changes in directory llvm/utils:
Makefile updated: 1.8 -> 1.9
---
Log message:
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
---
Diffs of the changes: (+2 -1)
Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/utils/Makefile
diff -u llvm/utils/Makefile:1.8 llvm/utils/Makefile:1.9
--- llvm/utils/Makefile:1.8 Thu Mar 23 17:21:29 2006
+++ llvm/utils/Makefile Wed Apr 12 14:06:14 2006
@@ -13,7 +13,8 @@
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
More information about the llvm-commits
mailing list