[llvm-commits] CVS: llvm/utils/Makefile
Reid Spencer
reid at x10sys.com
Thu Apr 20 14:15:53 PDT 2006
Changes in directory llvm/utils:
Makefile updated: 1.14 -> 1.15
---
Log message:
llvm-config doesn't live here anymore ==> tools
---
Diffs of the changes: (+1 -6)
Makefile | 7 +------
1 files changed, 1 insertion(+), 6 deletions(-)
Index: llvm/utils/Makefile
diff -u llvm/utils/Makefile:1.14 llvm/utils/Makefile:1.15
--- llvm/utils/Makefile:1.14 Thu Apr 20 13:39:19 2006
+++ llvm/utils/Makefile Thu Apr 20 16:15:41 2006
@@ -16,11 +16,6 @@
llvm-native-gxx makellvm NightlyTest.gnuplot NightlyTest.pl \
NightlyTestTemplate.html NLT.schema OldenDataRecover.pl \
parseNLT.pl plotNLT.pl profile.pl RegressionFinder.pl userloc.pl \
- webNLT.pl vim llvm-config
+ webNLT.pl vim
include $(LEVEL)/Makefile.common
-
-# Only include llvm-config if we have Perl to build it with.
-ifeq ($(HAVE_PERL),1)
- DIRS += llvm-config
-endif
More information about the llvm-commits
mailing list