summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-02-25 10:20:45 (GMT)
committerGeorg Brandl <georg@python.org>2011-02-25 10:20:45 (GMT)
commit6baf117d88f03e11c74d576c75268604377d2715 (patch)
tree0f220dd669f8297945b84f43fe141fd5f5e0e7f3 /Makefile.pre.in
parent2774310c27c6a8f4eb0d7d35e977767fa70d144f (diff)
downloadcpython-6baf117d88f03e11c74d576c75268604377d2715.zip
cpython-6baf117d88f03e11c74d576c75268604377d2715.tar.gz
cpython-6baf117d88f03e11c74d576c75268604377d2715.tar.bz2
Merged revisions 88426 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k ........ r88426 | georg.brandl | 2011-02-15 16:44:51 +0100 (Di, 15 Feb 2011) | 1 line #941346: Fix broken shared library build on AIX. Patch by Sebastien Sable, review by Antoine Pitrou. ........
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 3fc988c..7788cba 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1193,7 +1193,7 @@ clobber: clean profile-removal
distclean: clobber
-rm -f core Makefile Makefile.pre config.status \
Modules/Setup Modules/Setup.local Modules/Setup.config \
- Modules/ld_so_aix Misc/python.pc
+ Modules/ld_so_aix Modules/python.exp Misc/python.pc
find $(srcdir) '(' -name '*.fdc' -o -name '*~' \
-o -name '[@,#]*' -o -name '*.old' \
-o -name '*.orig' -o -name '*.rej' \