| Index: tools/make_links.py
|
| diff --git a/tools/make_links.py b/tools/make_links.py
|
| index 58bc9cb2df9a8ed24ec5f97dd30d1b29902c3ac9..157008ace7b4944644e8e4064747afafdaf01602 100644
|
| --- a/tools/make_links.py
|
| +++ b/tools/make_links.py
|
| @@ -29,8 +29,9 @@ import sys
|
| import utils
|
|
|
| # Useful messages when we find orphaned checkouts.
|
| -old_directories = {'package_config':
|
| - 'Please remove third_party/pkg/package_config.'}
|
| +old_directories = {
|
| + 'package_config': 'Please remove third_party/pkg/package_config.',
|
| + 'analyzer_cli': 'Please remove third_party/pkg/analyzer_cli.'}
|
|
|
| def get_options():
|
| result = optparse.OptionParser()
|
|
|