diff options
author | Dan Gohman <gohman@apple.com> | 2010-08-04 16:10:42 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-08-04 16:10:42 +0000 |
commit | 5eaa192f59af7889a91e52708215f20d4dbf39c1 (patch) | |
tree | b4594ca720a2fb3af43606756407a3a509943dc9 /utils/Makefile | |
parent | 8f417a892ff59a2bba786decfbb29cf4fc39eeac (diff) |
Delete scripts which haven't noticed that CVS has gone away.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110205 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/Makefile')
-rw-r--r-- | utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile index 4f15ba3585..1a4dcca8c5 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -16,7 +16,7 @@ EXTRA_DIST := cgiplotNLT.pl check-each-file codegen-diff countloc.sh \ getsrcs.sh importNLT.pl llvmdo llvmgrep llvm-native-gcc \ llvm-native-gxx makellvm NightlyTest.gnuplot NightlyTest.pl \ NightlyTestTemplate.html NLT.schema OldenDataRecover.pl \ - parseNLT.pl plotNLT.pl profile.pl RegressionFinder.pl userloc.pl \ + parseNLT.pl plotNLT.pl profile.pl \ webNLT.pl vim include $(LEVEL)/Makefile.common |