diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-04-12 23:15:10 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-04-12 23:15:10 +0000 |
commit | 42aa3a59c950d7aff8b6466396878ee5125869d4 (patch) | |
tree | d3b66ca2172ae1d5ec1979156d723d503159c931 | |
parent | 97275558595e8e420cebb1431bd093ea811dee8c (diff) |
Fix a typo in the name of a file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27636 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile index c023644869..fbecca2c00 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -14,7 +14,7 @@ EXTRA_DIST := cgiplotNLT.pl check-each-file codegen-diff countloc.sh cvsupdate \ DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \ getsrcs.sh importNLT.pl llvmdo llvmgrep llvm-native-gcc \ llvm-native-gxx makellvm NightlyTest.gnuplot NightlyTest.pl \ - NightlyTestTemplate.html NLT.schema parseNTL.pl plotNLT.pl \ + NightlyTestTemplate.html NLT.schema parseNLT.pl plotNLT.pl \ profile.pl RegressionFinder.pl userloc.pl webNLT.pl \ vim llvm-config |