summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2020-03-30 11:00:45 -0700
committerMatt Clay <matt@mystile.com>2020-03-30 13:56:43 -0700
commit7323d5dd0dadad1c706eae331526cd481785456a (patch)
treec143469e49f44603cb838cd80df7b4ae685564c4 /Makefile
parentd8d7a30ea672a1df6020b131d84941f59dd8262e (diff)
downloadansible-7323d5dd0dadad1c706eae331526cd481785456a.tar.gz
Fix references to old egg-info directory.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d7daec8a05..bd8e03acd3 100644
--- a/Makefile
+++ b/Makefile
@@ -169,7 +169,7 @@ clean:
@echo "Cleaning up distutils stuff"
rm -rf build
rm -rf dist
- rm -rf lib/ansible.egg-info/
+ rm -rf lib/ansible*.egg-info/
@echo "Cleaning up byte compiled python stuff"
find . -type f -regex ".*\.py[co]$$" -delete
find . -type d -name "__pycache__" -delete