aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2015-12-21 11:43:03 -0600
committerZachary Ware <zachary.ware@gmail.com>2015-12-21 11:43:03 -0600
commit6ed42ea08b3a961944e94f1dd941ffabc7657065 (patch)
treeea4e66e81398c9f47d2c7c86f533bac290bb6aa4 /Makefile.pre.in
parentFixed sizeof tests for dict and type (they were passed by accident). (diff)
downloadcpython-6ed42ea08b3a961944e94f1dd941ffabc7657065.tar.gz
cpython-6ed42ea08b3a961944e94f1dd941ffabc7657065.tar.bz2
cpython-6ed42ea08b3a961944e94f1dd941ffabc7657065.zip
Issue #25827: Add support for ICC to configure
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 9404f5fe441..b495ac90bdc 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1354,6 +1354,7 @@ clean: pycremoval
profile-removal:
find . -name '*.gc??' -exec rm -f {} ';'
find . -name '*.profclang?' -exec rm -f {} ';'
+ find . -name '*.dyn' -exec rm -f {} ';'
clobber: clean profile-removal
-rm -f $(BUILDPYTHON) $(PGEN) $(LIBRARY) $(LDLIBRARY) $(DLLLIBRARY) \